From: Thomas Munro Date: Thu, 28 Mar 2019 21:03:58 +0000 (+1300) Subject: Fix typo. X-Git-Url: http://git.postgresql.org/gitweb/-?a=commitdiff_plain;h=7e69323bf72a924fd1b04a7a91da343a0cda91cf;p=users%2Frhaas%2Fpostgres.git Fix typo. Author: Masahiko Sawada --- diff --git a/src/backend/access/transam/xact.c b/src/backend/access/transam/xact.c index f8cc136bb5..e9ed92b70b 100644 --- a/src/backend/access/transam/xact.c +++ b/src/backend/access/transam/xact.c @@ -198,7 +198,7 @@ typedef TransactionStateData *TransactionState; /* * Serialized representation used to transmit transaction state to parallel - * workers though shared memory. + * workers through shared memory. */ typedef struct SerializedTransactionState {