diff options
author | Kevin Grittner <kgrittn@postgresql.org> | 2015-08-23 10:41:08 -0500 |
---|---|---|
committer | Kevin Grittner <kgrittn@postgresql.org> | 2015-08-23 10:41:08 -0500 |
commit | 57823244ad087a2dc807a6e60fefce26f81bd5dc (patch) | |
tree | 66d35611aa4dc261c3b181447d15708dcaa65cd9 /src | |
parent | 27347c4841ca880af61f1b767f24c6e248686c99 (diff) | |
download | postgresql-57823244ad087a2dc807a6e60fefce26f81bd5dc.tar.gz postgresql-57823244ad087a2dc807a6e60fefce26f81bd5dc.zip |
Fix typo in C comment.
Merlin Moncure
Backpatch to 9.5, where the misspelling was introduced
Diffstat (limited to 'src')
-rw-r--r-- | src/backend/commands/trigger.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/backend/commands/trigger.c b/src/backend/commands/trigger.c index 31091ba7f3e..74100f0eeaa 100644 --- a/src/backend/commands/trigger.c +++ b/src/backend/commands/trigger.c @@ -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 * memory here. */ |