aboutsummaryrefslogtreecommitdiff
path: root/src/backend/access/transam/xact.c
diff options
context:
space:
mode:
authorThomas Munro <tmunro@postgresql.org>2019-03-29 10:03:58 +1300
committerThomas Munro <tmunro@postgresql.org>2019-03-29 10:03:58 +1300
commit7e69323bf72a924fd1b04a7a91da343a0cda91cf (patch)
treebb5a77b3302d32db836ecf37dae3a1c3ef0dba1c /src/backend/access/transam/xact.c
parent46bcd2af18b0406207c9dd31ff5e0dab64a76f0a (diff)
downloadpostgresql-7e69323bf72a924fd1b04a7a91da343a0cda91cf.tar.gz
postgresql-7e69323bf72a924fd1b04a7a91da343a0cda91cf.zip
Fix typo.
Author: Masahiko Sawada
Diffstat (limited to 'src/backend/access/transam/xact.c')
-rw-r--r--src/backend/access/transam/xact.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/backend/access/transam/xact.c b/src/backend/access/transam/xact.c
index f8cc136bb51..e9ed92b70bb 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
{