summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/sort.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sort.c b/src/sort.c
index 0b50c0395..952bfe8aa 100644
--- a/src/sort.c
+++ b/src/sort.c
@@ -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;