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:13:17 +0300
commite9c0335c3306f7737c7b3fc0cf0c36ff19397e19 (patch)
treef0d49513a8e362ffb16d46619eedb67b029b8295 /src/backend/replication/logical/reorderbuffer.c
parente3c5e48bb82975cfca4c90a30fd8e2452840909d (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 3ae8af273b5..2b21b93fdbb 100644
--- a/src/backend/replication/logical/reorderbuffer.c
+++ b/src/backend/replication/logical/reorderbuffer.c
@@ -2554,7 +2554,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,