Fix typo in C comment.
authorKevin Grittner
Sun, 23 Aug 2015 15:41:08 +0000 (10:41 -0500)
committerKevin Grittner
Sun, 23 Aug 2015 15:41:08 +0000 (10:41 -0500)
Merlin Moncure
Backpatch to 9.5, where the misspelling was introduced

src/backend/commands/trigger.c

index 31091ba7f3e2f54b4f6dbd91648223f442b99766..74100f0eeaabf2d19e2cd16176c62ce8a27d78dd 100644 (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
     * memory here.
     */