OSDN Git Service

Fix two typos in comments.
authorNeil Conway <neilc@samurai.com>
Fri, 10 Sep 2004 04:36:42 +0000 (04:36 +0000)
committerNeil Conway <neilc@samurai.com>
Fri, 10 Sep 2004 04:36:42 +0000 (04:36 +0000)
contrib/cube/cubeparse.y
contrib/seg/segparse.y

index c92bc7b..9157496 100644 (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 */
index 2fef7a1..86640d7 100644 (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 */