mirror of
https://github.com/postgres/postgres.git
synced 2025-07-28 23:42:10 +03:00
Fix two typos in comments.
This commit is contained in:
@ -7,7 +7,7 @@
|
||||
|
||||
#include "segdata.h"
|
||||
|
||||
#undef yylex /* falure to redefine yylex will result in calling the */
|
||||
#undef yylex /* failure to redefine yylex will result in calling the */
|
||||
#define yylex seg_yylex /* wrong scanner when running inside postgres backend */
|
||||
|
||||
extern int yylex(void); /* defined as seg_yylex in segscan.l */
|
||||
|
Reference in New Issue
Block a user