Typo fix.
authorTom Lane <tgl@sss.pgh.pa.us>
Sat, 19 Mar 2016 18:36:52 +0000 (14:36 -0400)
committerTom Lane <tgl@sss.pgh.pa.us>
Sat, 19 Mar 2016 18:36:52 +0000 (14:36 -0400)
src/interfaces/ecpg/preproc/pgc.l

index ec71bbd2afb50ae68c2a7d72bfef516df8c80634..222049624d7c4f3fdd59d22365cdd7d442218de9 100644 (file)
@@ -26,7 +26,7 @@
 #include "preproc.h"
 
 /*
- * Change symbol names as expected by preproc.l.  It'd be better to do this
+ * Change symbol names as expected by preproc.y.  It'd be better to do this
  * with %option prefix="base_yy", but that affects some other names that
  * various files expect *not* to be prefixed with "base_".  Cleaning it up
  * is not worth the trouble right now.