1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-05 07:21:24 +03:00

Fix typos in comments.

Vinayak Pokale
This commit is contained in:
Heikki Linnakangas
2016-10-26 11:12:31 +03:00
parent 8a2f08fbea
commit 56f39009c5
3 changed files with 3 additions and 3 deletions

View File

@ -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,