diff options
author | Father Chrysostomos <sprout@cpan.org> | 2013-08-05 00:39:32 -0700 |
---|---|---|
committer | Father Chrysostomos <sprout@cpan.org> | 2013-08-05 02:23:34 -0700 |
commit | 63ce3107a67e99f02a5a37347fae77c93cca88c4 (patch) | |
tree | 850fc39c3ec30b7f37d75381a169a3e456679b3b /toke.c | |
parent | 05c9917c892c03577828027ff71c6282a2eabe29 (diff) | |
download | perl-63ce3107a67e99f02a5a37347fae77c93cca88c4.tar.gz |
toke.c: s/below/above/
The condition this refers to was moved in commit 4efe39d21.
Diffstat (limited to 'toke.c')
-rw-r--r-- | toke.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -10046,7 +10046,7 @@ S_scan_heredoc(pTHX_ char *s) /* shared is only null if we have gone beyond the outermost lexing scope. In a file, we will have broken out of the loop in the previous iteration. In an eval, the string buf- - fer ends with "\n;", so the while condition below will have + fer ends with "\n;", so the while condition above will have evaluated to false. So shared can never be null. */ assert(shared); /* A LEXSHARED struct with a null ls_prev pointer is the outer- |