diff options
Diffstat (limited to 'src/backend/access/transam/xact.c')
-rw-r--r-- | src/backend/access/transam/xact.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/backend/access/transam/xact.c b/src/backend/access/transam/xact.c index a8f78d63762..f6009e07473 100644 --- a/src/backend/access/transam/xact.c +++ b/src/backend/access/transam/xact.c @@ -2005,7 +2005,7 @@ CommitTransaction(void) if (!is_parallel_worker) { /* - * We need to mark our XIDs as commited in pg_clog. This is where we + * We need to mark our XIDs as committed in pg_clog. This is where we * durably commit. */ latestXid = RecordTransactionCommit(); @@ -2764,7 +2764,7 @@ CommitTransactionCommand(void) /* * Here we are in the middle of a transaction block but one of the * commands caused an abort so we do nothing but remain in the - * abort state. Eventually we will get a ROLLBACK comand. + * abort state. Eventually we will get a ROLLBACK command. */ case TBLOCK_ABORT: case TBLOCK_SUBABORT: |