diff options
Diffstat (limited to 'common/stringhelp.c')
-rw-r--r-- | common/stringhelp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/stringhelp.c b/common/stringhelp.c index 2d2b412dc..7cbf82ccc 100644 --- a/common/stringhelp.c +++ b/common/stringhelp.c @@ -77,7 +77,7 @@ change_slashes (char *name) /* - * Check whether STRINGS starts with KEYWORD. The keyword is + * Check whether STRING starts with KEYWORD. The keyword is * delimited by end of string, a space or a tab. Returns NULL if not * found or a pointer into STRING to the next non-space character * after the KEYWORD (which may be end of string). |