From 8816564bf2284ba8ed9a2fe2a6ca119519300040 Mon Sep 17 00:00:00 2001 From: David Lawrence Ramsey Date: Mon, 22 May 2006 18:30:09 +0000 Subject: [PATCH] comment fix git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@3551 35c25a1d-7b9e-4130-9fde-d3aeb78583b8 --- src/global.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.5