summaryrefslogtreecommitdiff
path: root/toke.c
diff options
context:
space:
mode:
authorFather Chrysostomos <sprout@cpan.org>2012-07-06 05:35:01 -0700
committerFather Chrysostomos <sprout@cpan.org>2012-07-06 22:26:32 -0700
commita4fd4a89a854c8ba9dbb6aa0202632e82dadbf84 (patch)
tree8016fffea29ca21d0c7eeb48ed58be1f5e39aa3f /toke.c
parent7ab2ea42d72f4a7bd7303fbdbd123cfc47a9b802 (diff)
downloadperl-a4fd4a89a854c8ba9dbb6aa0202632e82dadbf84.tar.gz
toke.c: Correct comment
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 a51bf4db6b..44a65aafb9 100644
--- a/toke.c
+++ b/toke.c
@@ -3735,7 +3735,7 @@ S_intuit_more(pTHX_ register char *s)
*
* First argument is the stuff after the first token, e.g. "bar".
*
- * Not a method if bar is a filehandle.
+ * Not a method if foo is a filehandle.
* Not a method if foo is a subroutine prototyped to take a filehandle.
* Not a method if it's really "Foo $bar"
* Method if it's "foo $bar"