Spell verb form of "set up" correctly throughout the tree.
[openvswitch] / datapath / datapath.c
index aea8cc95c8bd8ac0f2a36f6143a319655ee29e51..811b4ee996ba0b3f7c1223844b601f9f2a064a10 100644 (file)
@@ -236,7 +236,7 @@ static int create_dp(int dp_idx, const char __user *devnamep)
        if (!dp->table)
                goto err_free_dp;
 
-       /* Setup our datapath device */
+       /* Set up our datapath device. */
        dp_dev = dp_dev_create(dp, devname, ODPP_LOCAL);
        err = PTR_ERR(dp_dev);
        if (IS_ERR(dp_dev))