]> granicus.if.org Git - postgresql/commitdiff
Fix typo.
authorThomas Munro <tmunro@postgresql.org>
Thu, 28 Mar 2019 21:03:58 +0000 (10:03 +1300)
committerThomas Munro <tmunro@postgresql.org>
Thu, 28 Mar 2019 21:03:58 +0000 (10:03 +1300)
Author: Masahiko Sawada

src/backend/access/transam/xact.c

index f8cc136bb514bc7e138f9a6d962a859cf1849549..e9ed92b70bb3eb91d8605709013b6b9a1a942913 100644 (file)
@@ -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
 {