Fix two typos in comments.

This commit is contained in:
Neil Conway 2004-09-10 04:36:42 +00:00
parent 87438cb90e
commit bc4911bb43
2 changed files with 2 additions and 2 deletions

View File

@ -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 */

View File

@ -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 */