This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Add comment to top of reentr.c and fix typos in other files
[perl5.git] / perly.y
diff --git a/perly.y b/perly.y
index 5d1b19f..0d00b95 100644 (file)
--- a/perly.y
+++ b/perly.y
@@ -18,7 +18,7 @@
  *
  * The main job of of this grammar is to call the various newFOO()
  * functions in op.c to build a syntax tree of OP structs.
- * It relies in the lexer in toke.c to do the tokenizing.
+ * It relies on the lexer in toke.c to do the tokenizing.
  */
 
 /*  Make the parser re-entrant. */