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

index c92bc7b474bf350c7092afb8e93ba40b1e3315ca..91574966727ae51c832135563b14aea20c915531 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 2fef7a1128bc2c3a308d6de62ee3b0a6e7c61870..86640d7e51d4604ef3e7c9c95e85ddbfc1b1e05a 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 */