]> granicus.if.org Git - flex/commitdiff
fixed comment in myesc()
authorVern Paxson <vern@ee.lbl.gov>
Tue, 14 Aug 1990 00:10:24 +0000 (00:10 +0000)
committerVern Paxson <vern@ee.lbl.gov>
Tue, 14 Aug 1990 00:10:24 +0000 (00:10 +0000)
misc.c

diff --git a/misc.c b/misc.c
index 00714704d5176c9719f3162ae3dbb1ac33356edd..18f5727ed063933b2fb9916fa0f6159e97d428fe 100644 (file)
--- a/misc.c
+++ b/misc.c
@@ -665,7 +665,7 @@ Char array[];
 
            while ( isascii( array[sptr] ) && is_hex_digit( array[sptr] ) )
                /* don't increment inside loop control because if
-                * isdigit() is a macro it will expand it to two
+                * isdigit() is a macro it might expand into multiple
                 * increments ...
                 */
                ++sptr;