Skip to content

Commit

Permalink
Fix typos in comments
Browse files Browse the repository at this point in the history
Per pull request #135, from Mr Dk.

Backpatch-through: 11
  • Loading branch information
michaelpq committed Jun 22, 2023
1 parent 5d26358 commit 733b418
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pg_hint_plan.c
Original file line number Diff line number Diff line change
Expand Up @@ -2552,7 +2552,7 @@ get_current_join_mask()
}

/*
* Sets GUC prameters without throwing exception. Reutrns false if something
* Sets GUC parameters without throwing exception. Returns false if something
* wrong.
*/
static int
Expand Down Expand Up @@ -2937,7 +2937,7 @@ get_current_hint_string(Query *query, const char *query_str,
msgqno = qno;
}

/* retrun if we have hint string here */
/* return if we have hint string here */
if (current_hint_str)
return;
}
Expand Down

0 comments on commit 733b418

Please sign in to comment.