Fix typo in C comment.

Merlin Moncure
Backpatch to 9.5, where the misspelling was introduced
This commit is contained in:
Kevin Grittner 2015-08-23 10:41:08 -05:00
parent 27347c4841
commit 57823244ad

View File

@ -4126,7 +4126,7 @@ AfterTriggerEndXact(bool isCommit)
/* /*
* Forget the query stack and constrant-related state information. As * Forget the query stack and constraint-related state information. As
* with the subtransaction state information, we don't bother freeing the * with the subtransaction state information, we don't bother freeing the
* memory here. * memory here.
*/ */