8000 Typo fix. · postgres/postgres@78e7c44 · GitHub
[go: up one dir, main page]

Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 78e7c44

Browse files
committed
Typo fix.
1 parent 21c8ee7 commit 78e7c44

File tree

1 file changed

+1
-1
lines changed
  • src/interfaces/ecpg/preproc

1 file changed

+1
-1
lines changed

src/interfaces/ecpg/preproc/pgc.l

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
#include "preproc.h"
2727

2828
/*
29-
* Change symbol names as expected by preproc.l. It'd be better to do this
29+
* Change symbol names as expected by preproc.y. It'd be better to do this
3030
* with %option prefix="base_yy", but that affects some other names that
3131
* various files expect *not* to be prefixed with "base_". Cleaning it up
3232
* is not worth the trouble right now.

0 commit comments

Comments
 (0)
0