lockwait: fix a comment typo
authorMichael Adam <obnox@samba.org>
Wed, 13 Mar 2013 08:12:50 +0000 (09:12 +0100)
committerAmitay Isaacs <amitay@gmail.com>
Mon, 25 Mar 2013 06:52:41 +0000 (17:52 +1100)
Signed-off-by: Michael Adam <obnox@samba.org>
server/ctdb_lockwait.c

index ba7c6dc3e11a00cef3df66b82aea86bbfda6896b..6e4ecfd58a552620b20ecebddbd44adf15e2facf 100644 (file)
@@ -243,7 +243,7 @@ struct lockwait_handle *ctdb_lockwait(struct ctdb_db_context *ctdb_db,
                return NULL;
        }
 
-       /* Since we are going to eec a helper binary, no point copying
+       /* Since we are going to exec a helper binary, no point copying
         * pagetables and then releasing them. Use vfork() instead of fork().
         */
        result->child = vfork();