diff --git a/src/slaunch/opt.c b/src/slaunch/opt.c index 7afc55c5a510d196ee12b28f0bd5fceb97a4ce25..8ea34d191e3a629f2ec82ba5c2e52ab720b845c3 100644 --- a/src/slaunch/opt.c +++ b/src/slaunch/opt.c @@ -1344,9 +1344,9 @@ static int _get_range(regex_t *re, char *token, int *first, int *last, } /* - * Convert a node index list into a nodelist string. + * Convert a node index string into a nodelist string. * - * A nodelist string is a string of single numbers and/or ranges seperated + * A node index string is a string of single numbers and/or ranges seperated * by commas. For instance: 2,6,-3,8,-3-2,16,2--4,7-9,0 * * If both numbers in a range are of the same sign (both positive, or both