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:
@ -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,
|
||||
|
Reference in New Issue
Block a user