diff --git a/src/global.c b/src/global.c
index a7a0102d5568c09be6f9406fdad35d0eabcaa7f5..6e4c9c328ee1e43bfc87487abff53ba81c798e8b 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