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