Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit bc4911b

Browse files
author
Neil Conway
committed
Fix two typos in comments.
1 parent 87438cb commit bc4911b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

contrib/cube/cubeparse.y

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
#include "cubedata.h"
1212

13-
#undef yylex /* falure to redefine yylex will result in a call to the */
13+
#undef yylex /* failure to redefine yylex will result in a call to the */
1414
#define yylex cube_yylex /* wrong scanner when running inside the postgres backend */
1515

1616
extern int yylex(void); /* defined as cube_yylex in cubescan.l */

contrib/seg/segparse.y

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
#include "segdata.h"
99

10-
#undef yylex /* falure to redefine yylex will result in calling the */
10+
#undef yylex /* failure to redefine yylex will result in calling the */
1111
#define yylex seg_yylex /* wrong scanner when running inside postgres backend */
1212

1313
extern int yylex(void); /* defined as seg_yylex in segscan.l */

0 commit comments

Comments
 (0)