summaryrefslogtreecommitdiff
path: root/parser.h
diff options
context:
space:
mode:
authorRodolfo Carvalho <rhcarvalho@gmail.com>2011-10-09 00:53:54 -0300
committerFather Chrysostomos <sprout@cpan.org>2011-11-20 16:07:14 -0800
commit6cded92d7d4904d86344c30013375fd476a883a7 (patch)
treef0b8ec932cf5200233dfc152ed7e3ca6a8f7baeb /parser.h
parentd95ca758a76faf376d7e524c6ebf95f6c0be010b (diff)
downloadperl-6cded92d7d4904d86344c30013375fd476a883a7.tar.gz
Fix a 5-year-old typo in a comment
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 3531631e62..2b048aa027 100644
--- a/parser.h
+++ b/parser.h
@@ -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)