From: David Lawrence Ramsey Date: Mon, 22 May 2006 18:30:09 +0000 (+0000) Subject: comment fix X-Git-Tag: v1.3.12~129 X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=8816564bf2284ba8ed9a2fe2a6ca119519300040;p=nano.git comment fix git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@3551 35c25a1d-7b9e-4130-9fde-d3aeb78583b8 --- 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