diff options
author | Tom Lane | 2016-03-19 18:36:52 +0000 |
---|---|---|
committer | Tom Lane | 2016-03-19 18:36:52 +0000 |
commit | 78e7c4439917b01afd645a2ec657008ba6c33d37 (patch) | |
tree | d64d6f6856a65924559ca5ae54af00563a425782 | |
parent | 21c8ee79464a180ab0257abdfceae89274a46632 (diff) |
Typo fix.
-rw-r--r-- | src/interfaces/ecpg/preproc/pgc.l | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/interfaces/ecpg/preproc/pgc.l b/src/interfaces/ecpg/preproc/pgc.l index ec71bbd2af..222049624d 100644 --- a/src/interfaces/ecpg/preproc/pgc.l +++ b/src/interfaces/ecpg/preproc/pgc.l @@ -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. |