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

Commit 3edcdbc

Browse files
committed
Fix typo in comment.
Amit Langote
1 parent 1b0fc85 commit 3edcdbc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/backend/nodes/readfuncs.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -2229,7 +2229,7 @@ _readExtensibleNode(void)
22292229

22302230
READ_TEMP_LOCALS();
22312231

2232-
token = pg_strtok(&length); /* skip: extnodename */
2232+
token = pg_strtok(&length); /* skip :extnodename */
22332233
token = pg_strtok(&length); /* get extnodename */
22342234

22352235
extnodename = nullable_string(token, length);

0 commit comments

Comments
 (0)