Commit f2a88610 authored by Peter Eisentraut's avatar Peter Eisentraut

Fix typo

Author: Masahiko Sawada <sawada.mshk@gmail.com>
parent 88c6cff8
...@@ -769,7 +769,7 @@ shm_mq_wait_for_attach(shm_mq_handle *mqh) ...@@ -769,7 +769,7 @@ shm_mq_wait_for_attach(shm_mq_handle *mqh)
* *
* The purpose of this function is to make sure that the process * The purpose of this function is to make sure that the process
* with which we're communicating doesn't block forever waiting for us to * with which we're communicating doesn't block forever waiting for us to
* 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
* detaches, the receiver can read any messages remaining in the queue; * detaches, the receiver can read any messages remaining in the queue;
* further reads will return SHM_MQ_DETACHED. If the receiver detaches, * further reads will return SHM_MQ_DETACHED. If the receiver detaches,
* further attempts to send messages will likewise return SHM_MQ_DETACHED. * further attempts to send messages will likewise return SHM_MQ_DETACHED.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment