Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitbc4911b

Browse files
author
Neil Conway
committed
Fix two typos in comments.
1 parent87438cb commitbc4911b

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
#defineyylex cube_yylex/* wrong scanner when running inside the postgres backend*/
1515

1616
externintyylex(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
#defineyylex seg_yylex/* wrong scanner when running inside postgres backend*/
1212

1313
externintyylex(void);/* defined as seg_yylex in segscan.l*/

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp