recoverd: Fix typo in comment
authorAmitay Isaacs <amitay@gmail.com>
Wed, 30 Jul 2014 02:32:08 +0000 (12:32 +1000)
committerAmitay Isaacs <amitay@gmail.com>
Fri, 17 Apr 2015 01:18:37 +0000 (11:18 +1000)
Signed-off-by: Amitay Isaacs <amitay@gmail.com>
Reviewed-by: Martin Schwenke <martin@meltin.net>
(Imported from commit 41ed26cbf7b81e372ea0b5cc3d96dfe217a0cf58)

server/ctdb_takeover.c

index ba476d169f4fa0f76b8c805b82e76ca38ce7a8fd..caffd174fa8e9b2f7231294f1badfa003bce60af 100644 (file)
@@ -2811,12 +2811,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);