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

Commit590abf8

Browse files
committed
fix comment
1 parentfb17f0b commit590abf8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎jsquery_gram.y

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020

2121
#include"jsquery.h"
2222

23-
/*
23+
/*
2424
* Bison doesn't allocate anything that needs to live across parser calls,
2525
* so we can easily have it use palloc instead of malloc. This prevents
2626
* memory leaks if we error out during parsing. Note this only works with
@@ -288,7 +288,7 @@ expr:
288288
|pathHINT_Pright_expr{$3->hint =$2;$$ = makeItemList(lappend($1,$3)); }
289289
|NOT_Pexpr {$$ = makeItemUnary(jqiNot,$2); }
290290
/*
291-
* In next two lines NOT_P is apatch actually, not a an
291+
* In next two lines NOT_P is apath actually, not a an
292292
* logical expression.
293293
*/
294294
|NOT_PHINT_Pright_expr{$3->hint =$2;$$ = makeItemList(lappend(lappend(NIL, makeItemKey(&$1)),$3)); }

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp