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

Lines changed: 2 additions & 2 deletions
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)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy