diff options
author | Father Chrysostomos <sprout@cpan.org> | 2012-07-06 05:35:01 -0700 |
---|---|---|
committer | Father Chrysostomos <sprout@cpan.org> | 2012-07-06 22:26:32 -0700 |
commit | a4fd4a89a854c8ba9dbb6aa0202632e82dadbf84 (patch) | |
tree | 8016fffea29ca21d0c7eeb48ed58be1f5e39aa3f /toke.c | |
parent | 7ab2ea42d72f4a7bd7303fbdbd123cfc47a9b802 (diff) | |
download | perl-a4fd4a89a854c8ba9dbb6aa0202632e82dadbf84.tar.gz |
toke.c: Correct comment
Diffstat (limited to 'toke.c')
-rw-r--r-- | toke.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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" |