Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 98e5bd1

Browse files
committed
Fix typos in comments.
Author: Masahiko Sawada Discussion: https://postgr.es/m/CAD21AoA1YL7t0nzVSEySx6zOaE7xO3r0jyu8hkitGL2_XbaMxQ@mail.gmail.com
1 parent a4fac4f commit 98e5bd1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

contrib/amcheck/verify_heapam.c

+2-2
Original file line numberDiff line numberDiff line change
@@ -777,7 +777,7 @@ check_tuple_visibility(HeapCheckContext *ctx)
777777
case XID_COMMITTED:
778778
/*
779779
* The tuple is dead, because the xvac transaction moved
780-
* it off and comitted. It's checkable, but also prunable.
780+
* it off and committed. It's checkable, but also prunable.
781781
*/
782782
return true;
783783

@@ -851,7 +851,7 @@ check_tuple_visibility(HeapCheckContext *ctx)
851851
case XID_ABORTED:
852852
/*
853853
* The tuple is dead, because the xvac transaction moved
854-
* it off and comitted. It's checkable, but also prunable.
854+
* it off and committed. It's checkable, but also prunable.
855855
*/
856856
return true;
857857
}

0 commit comments

Comments
 (0)