From: Tom Lane Date: Sat, 19 Mar 2016 18:36:52 +0000 (-0400) Subject: Typo fix. X-Git-Tag: REL9_6_BETA1~432 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=78e7c4439917b01afd645a2ec657008ba6c33d37;p=thirdparty%2Fpostgresql.git Typo fix. --- diff --git a/src/interfaces/ecpg/preproc/pgc.l b/src/interfaces/ecpg/preproc/pgc.l index ec71bbd2afb..222049624d7 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.