We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 88c6cff commit f2a8861Copy full SHA for f2a8861
src/backend/storage/ipc/shm_mq.c
@@ -769,7 +769,7 @@ shm_mq_wait_for_attach(shm_mq_handle *mqh)
769
*
770
* The purpose of this function is to make sure that the process
771
* 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
+ * fill or drain the queue once we've lost interest. When the sender
773
* detaches, the receiver can read any messages remaining in the queue;
774
* further reads will return SHM_MQ_DETACHED. If the receiver detaches,
775
* further attempts to send messages will likewise return SHM_MQ_DETACHED.
0 commit comments