diff options
author | Karl Williamson <khw@khw-desktop.(none)> | 2010-07-25 11:46:45 -0600 |
---|---|---|
committer | Rafael Garcia-Suarez <rgs@consttype.org> | 2010-07-27 09:42:01 +0200 |
commit | 632403ccc5fce570d9c89f91262232622dc18738 (patch) | |
tree | a434863e3cb80c6dd876f95092827db6ac8cb8f3 /toke.c | |
parent | 1c149325354b2f495f253338a532cd7c0ee4a34d (diff) | |
download | perl-632403ccc5fce570d9c89f91262232622dc18738.tar.gz |
Correct comment in toke.c
Diffstat (limited to 'toke.c')
-rw-r--r-- | toke.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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': { |