diff --git a/src/global.c b/src/global.c index a7a0102d..6e4c9c32 100644 --- a/src/global.c +++ b/src/global.c @@ -100,7 +100,7 @@ char *quotestr = NULL; regex_t quotereg; /* The compiled regular expression from the quoting string. */ int quoterc; - /* Whether it actually compiled. */ + /* Whether it was compiled successfully. */ char *quoteerr = NULL; /* The error message, if it didn't. */ #else