Skip to content

Commit 1c3ccab

Browse files
committed
Fix typos in comments
Per pull request #135, from Mr Dk. Backpatch-through: 11
1 parent cbcfa03 commit 1c3ccab

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pg_hint_plan.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2591,7 +2591,7 @@ get_current_join_mask()
25912591
}
25922592

25932593
/*
2594-
* Sets GUC prameters without throwing exception. Reutrns false if something
2594+
* Sets GUC parameters without throwing exception. Returns false if something
25952595
* wrong.
25962596
*/
25972597
static int
@@ -2976,7 +2976,7 @@ get_current_hint_string(Query *query, const char *query_str,
29762976
msgqno = qno;
29772977
}
29782978

2979-
/* retrun if we have hint string here */
2979+
/* return if we have hint string here */
29802980
if (current_hint_str)
29812981
return;
29822982
}

0 commit comments

Comments
 (0)