summaryrefslogtreecommitdiff
path: root/toke.c
diff options
context:
space:
mode:
authorFather Chrysostomos <sprout@cpan.org>2013-08-05 00:39:32 -0700
committerFather Chrysostomos <sprout@cpan.org>2013-08-05 02:23:34 -0700
commit63ce3107a67e99f02a5a37347fae77c93cca88c4 (patch)
tree850fc39c3ec30b7f37d75381a169a3e456679b3b /toke.c
parent05c9917c892c03577828027ff71c6282a2eabe29 (diff)
downloadperl-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.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/toke.c b/toke.c
index 0de2d0c484..911fb94d02 100644
--- a/toke.c
+++ b/toke.c
@@ -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-