From aba273999271bee6f2507ab98ce78e7ec781d718 Mon Sep 17 00:00:00 2001 From: "Christopher J. Morrone" <morrone2@llnl.gov> Date: Tue, 22 Aug 2006 02:46:25 +0000 Subject: [PATCH] Update comment, no code changes. --- src/slaunch/opt.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/slaunch/opt.c b/src/slaunch/opt.c index 7afc55c5a51..8ea34d191e3 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 -- GitLab