aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--contrib/amcheck/verify_heapam.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/contrib/amcheck/verify_heapam.c b/contrib/amcheck/verify_heapam.c
index 3fb709b842e..11ace483d04 100644
--- a/contrib/amcheck/verify_heapam.c
+++ b/contrib/amcheck/verify_heapam.c
@@ -777,7 +777,7 @@ check_tuple_visibility(HeapCheckContext *ctx)
case XID_COMMITTED:
/*
* The tuple is dead, because the xvac transaction moved
- * it off and comitted. It's checkable, but also prunable.
+ * it off and committed. It's checkable, but also prunable.
*/
return true;
@@ -851,7 +851,7 @@ check_tuple_visibility(HeapCheckContext *ctx)
case XID_ABORTED:
/*
* The tuple is dead, because the xvac transaction moved
- * it off and comitted. It's checkable, but also prunable.
+ * it off and committed. It's checkable, but also prunable.
*/
return true;
}