1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-24 14:22:24 +03:00

Fix typos in comments

Dmitriy Olshevskiy
This commit is contained in:
Magnus Hagander
2015-05-17 14:57:30 +02:00
parent 6b665454e3
commit 3b075e9d7b
12 changed files with 19 additions and 19 deletions

View File

@ -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: