summaryrefslogtreecommitdiff
path: root/parser.h
diff options
context:
space:
mode:
authorFather Chrysostomos <sprout@cpan.org>2016-08-03 13:46:34 -0700
committerFather Chrysostomos <sprout@cpan.org>2016-08-04 13:12:18 -0700
commit241bf533f84336b4429cbfe9b261c0857c93c67d (patch)
tree10dffd2748538564332a0d568ded343bcdca9b0b /parser.h
parentb1ca4fe2ac73dbf8ca81584e1a4f6acf6f14e34a (diff)
downloadperl-241bf533f84336b4429cbfe9b261c0857c93c67d.tar.gz
parser.h: comment typo
Diffstat (limited to 'parser.h')
-rw-r--r--parser.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/parser.h b/parser.h
index 73d87900c2..9c2209459e 100644
--- a/parser.h
+++ b/parser.h
@@ -110,7 +110,7 @@ typedef struct yy_parser {
line_t herelines; /* number of lines in here-doc */
line_t preambling; /* line # when processing $ENV{PERL5DB} */
- /* these are valid whiling parsing a subroutine signature */
+ /* these are valid while parsing a subroutine signature */
IV sig_elems; /* number of signature elements seen so far */
IV sig_optelems; /* number of optional signature elems seen */
char sig_slurpy; /* the sigil of the slurpy var (or null) */