summaryrefslogtreecommitdiff
path: root/src/backend/replication/logical/reorderbuffer.c
diff options
context:
space:
mode:
authorHeikki Linnakangas <heikki.linnakangas@iki.fi>2016-10-26 11:12:31 +0300
committerHeikki Linnakangas <heikki.linnakangas@iki.fi>2016-10-26 11:12:31 +0300
commit56f39009c53e752493ca4478449a1311865dd51a (patch)
treefd151c6f1d68f74d0600e9d26d1e67111a17ee5a /src/backend/replication/logical/reorderbuffer.c
parent8a2f08fbeaf75f67da122b49f05f96257df3faed (diff)
Fix typos in comments.
Vinayak Pokale
Diffstat (limited to 'src/backend/replication/logical/reorderbuffer.c')
-rw-r--r--src/backend/replication/logical/reorderbuffer.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/backend/replication/logical/reorderbuffer.c b/src/backend/replication/logical/reorderbuffer.c
index 6ad7e7de76c..fa84bd8776c 100644
--- a/src/backend/replication/logical/reorderbuffer.c
+++ b/src/backend/replication/logical/reorderbuffer.c
@@ -2552,7 +2552,7 @@ ReorderBufferRestoreChange(ReorderBuffer *rb, ReorderBufferTXN *txn,
Assert(change->data.msg.prefix[prefix_size - 1] == '\0');
data += prefix_size;
- /* read the messsage */
+ /* read the message */
memcpy(&change->data.msg.message_size, data, sizeof(Size));
data += sizeof(Size);
change->data.msg.message = MemoryContextAlloc(rb->context,