Skip to content
Snippets Groups Projects
Commit 9dd934c1 authored by Morris Jette's avatar Morris Jette
Browse files

Update to comments, no change to code

parent 2b3122b0
No related branches found
No related tags found
No related merge requests found
......@@ -318,7 +318,7 @@ static char *_node_names_2_nid_list(char *node_names)
return nid_list;
}
/* Attempt to shutdown all nodes in a single capmc call.
/* Attempt to modify modes and reboot nodes in a single capmc call.
* RET 0 on success, -1 on failure */
static int _update_all_nodes(char *host_list)
{
......@@ -561,7 +561,7 @@ int main(int argc, char *argv[])
xfree(features);
}
/* Attempt to update and restart all nodes in a single capmc call */
/* Attempt to update modes and restart nodes in a single capmc call */
node_bitmap = bit_alloc(100000);
if (_update_all_nodes(argv[1]) != 0) {
/* Could not reboot nodes.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment