diff options
author | John Naylor <john.naylor@postgresql.org> | 2022-08-04 16:41:29 +0700 |
---|---|---|
committer | John Naylor <john.naylor@postgresql.org> | 2022-08-04 16:41:29 +0700 |
commit | bcabbfc6a94bb1d59e380f1bcb7cd5da8338cd11 (patch) | |
tree | 50f30ec04d5c499da413d2096978242b7627b76a /src/include/replication/reorderbuffer.h | |
parent | 9f08803828d7dc9691e773f5bec4eed21f5ff520 (diff) | |
download | postgresql-bcabbfc6a94bb1d59e380f1bcb7cd5da8338cd11.tar.gz postgresql-bcabbfc6a94bb1d59e380f1bcb7cd5da8338cd11.zip |
Fix formatting and comment typos
Justin Pryzby
Discussion: https://www.postgresql.org/message-id/20220801181136.GJ15006%40telsasoft.com
Diffstat (limited to 'src/include/replication/reorderbuffer.h')
-rw-r--r-- | src/include/replication/reorderbuffer.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/replication/reorderbuffer.h b/src/include/replication/reorderbuffer.h index d109d0baede..2c9206ace41 100644 --- a/src/include/replication/reorderbuffer.h +++ b/src/include/replication/reorderbuffer.h @@ -262,7 +262,7 @@ typedef struct ReorderBufferTXN * aborted. This can be a * * plain commit record * * plain commit record, of a parent transaction - * * prepared tansaction + * * prepared transaction * * prepared transaction commit * * plain abort record * * prepared transaction abort |