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 be1b89c commit 84d33ee
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 @@ -2592,7 +2592,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 @@ -2976,7 +2976,7 @@ get_current_hint_string(ParseState *pstate, Query *query)
}
}

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

0 comments on commit 84d33ee

Please sign in to comment.