diff options
author | Rodolfo Carvalho <rhcarvalho@gmail.com> | 2011-10-09 00:53:54 -0300 |
---|---|---|
committer | Father Chrysostomos <sprout@cpan.org> | 2011-11-20 16:07:14 -0800 |
commit | 6cded92d7d4904d86344c30013375fd476a883a7 (patch) | |
tree | f0b8ec932cf5200233dfc152ed7e3ca6a8f7baeb /parser.h | |
parent | d95ca758a76faf376d7e524c6ebf95f6c0be010b (diff) | |
download | perl-6cded92d7d4904d86344c30013375fd476a883a7.tar.gz |
Fix a 5-year-old typo in a comment
Diffstat (limited to 'parser.h')
-rw-r--r-- | parser.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -6,7 +6,7 @@ * License or the Artistic License, as specified in the README file. * * This file defines the layout of the parser object used by the parser - * and lexer (perly.c, toke,c). + * and lexer (perly.c, toke.c). */ #define YYEMPTY (-2) |