Commit dabbe8d5 authored by Peter Eisentraut's avatar Peter Eisentraut

Fix typo

Author: Masahiko Sawada <sawada.mshk@gmail.com>
parent 57f2ff00
...@@ -1167,7 +1167,7 @@ shm_mq_inc_bytes_written(volatile shm_mq *mq, Size n) ...@@ -1167,7 +1167,7 @@ shm_mq_inc_bytes_written(volatile shm_mq *mq, Size n)
} }
/* /*
* Set sender's latch, unless queue is detached. * Set receiver's latch, unless queue is detached.
*/ */
static shm_mq_result static shm_mq_result
shm_mq_notify_receiver(volatile shm_mq *mq) shm_mq_notify_receiver(volatile shm_mq *mq)
......
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