ctdb-recoverd: Fix typo in comment
authorAmitay Isaacs <amitay@gmail.com>
Wed, 30 Jul 2014 02:32:08 +0000 (12:32 +1000)
committerMartin Schwenke <martins@samba.org>
Fri, 27 Mar 2015 05:40:08 +0000 (06:40 +0100)
Signed-off-by: Amitay Isaacs <amitay@gmail.com>
Reviewed-by: Martin Schwenke <martin@meltin.net>
ctdb/server/ctdb_takeover.c

index f8369dabc14a947048fb05e283450bf863f8e0bf..2b274f75b5303bfc90ebf5a6bac1ebaedcfbfca8 100644 (file)
@@ -2807,12 +2807,12 @@ int ctdb_takeover_run(struct ctdb_context *ctdb, struct ctdb_node_map *nodemap,
        }
 
 ipreallocated:
-       /* 
+       /*
         * Tell all nodes to run eventscripts to process the
         * "ipreallocated" event.  This can do a lot of things,
         * including restarting services to reconfigure them if public
         * IPs have moved.  Once upon a time this event only used to
-        * update natwg.
+        * update natgw.
         */
        retry_data = talloc_zero_array(tmp_ctx, bool, nodemap->num);
        CTDB_NO_MEMORY_FATAL(ctdb, retry_data);