This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Correct comment in toke.c
authorKarl Williamson <khw@khw-desktop.(none)>
Sun, 25 Jul 2010 17:46:45 +0000 (11:46 -0600)
committerRafael Garcia-Suarez <rgs@consttype.org>
Tue, 27 Jul 2010 07:42:01 +0000 (09:42 +0200)
toke.c

diff --git a/toke.c b/toke.c
index 1e7cdb5..3ef1d3b 100644 (file)
--- a/toke.c
+++ b/toke.c
@@ -2868,7 +2868,7 @@ S_scan_const(pTHX_ char *start)
                    goto default_action;
                }
 
-           /* eg. \132 indicates the octal constant 0x132 */
+           /* eg. \132 indicates the octal constant 0132 */
            case '0': case '1': case '2': case '3':
            case '4': case '5': case '6': case '7':
                {