summaryrefslogtreecommitdiff
path: root/toke.c
diff options
context:
space:
mode:
authorKarl Williamson <khw@khw-desktop.(none)>2010-07-25 11:46:45 -0600
committerRafael Garcia-Suarez <rgs@consttype.org>2010-07-27 09:42:01 +0200
commit632403ccc5fce570d9c89f91262232622dc18738 (patch)
treea434863e3cb80c6dd876f95092827db6ac8cb8f3 /toke.c
parent1c149325354b2f495f253338a532cd7c0ee4a34d (diff)
downloadperl-632403ccc5fce570d9c89f91262232622dc18738.tar.gz
Correct comment in toke.c
Diffstat (limited to 'toke.c')
-rw-r--r--toke.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/toke.c b/toke.c
index 1e7cdb56f5..3ef1d3bfe9 100644
--- 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':
{