1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-04-20 18:56:39 +02:00

(parse_field_count): Comment fix.

This commit is contained in:
Jim Meyering
2001-03-03 18:40:44 +00:00
parent 3c1f856059
commit f10bbe70a9

View File

@@ -1937,7 +1937,7 @@ badfieldspec (const char *s)
static char const *
parse_field_count (char const *string, size_t *val)
{
/* '@' can't possibly be a valid suffix; return &bad_suffix so that
/* '@' can't possibly be a valid suffix; return &invalid_suffix so that
the caller will eventually invoke badfieldspec. */
static char const invalid_suffix = '@';
char *suffix;