Skip to content

Commit f2a8861

Browse files
committed
Fix typo
Author: Masahiko Sawada <sawada.mshk@gmail.com>
1 parent 88c6cff commit f2a8861

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/backend/storage/ipc/shm_mq.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -769,7 +769,7 @@ shm_mq_wait_for_attach(shm_mq_handle *mqh)
769769
*
770770
* The purpose of this function is to make sure that the process
771771
* with which we're communicating doesn't block forever waiting for us to
772-
* fill or drain the queue once we've lost interest. Whem the sender
772+
* fill or drain the queue once we've lost interest. When the sender
773773
* detaches, the receiver can read any messages remaining in the queue;
774774
* further reads will return SHM_MQ_DETACHED. If the receiver detaches,
775775
* further attempts to send messages will likewise return SHM_MQ_DETACHED.

0 commit comments

Comments
 (0)