aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorPeter Eisentraut <peter_e@gmx.net>2017-06-13 10:54:03 -0400
committerPeter Eisentraut <peter_e@gmx.net>2017-06-13 10:54:03 -0400
commitf2a886104a6683227bfcb0932dde97d30b123961 (patch)
tree2ca95828412e468b42895fc6854dfd29e2f6a9b7 /src
parent88c6cff8e71eccac00fe68f4c15530161b99e6c5 (diff)
downloadpostgresql-f2a886104a6683227bfcb0932dde97d30b123961.tar.gz
postgresql-f2a886104a6683227bfcb0932dde97d30b123961.zip
Fix typo
Author: Masahiko Sawada <sawada.mshk@gmail.com>
Diffstat (limited to 'src')
-rw-r--r--src/backend/storage/ipc/shm_mq.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/backend/storage/ipc/shm_mq.c b/src/backend/storage/ipc/shm_mq.c
index e64766c322f..fcd6cc7a8c3 100644
--- a/src/backend/storage/ipc/shm_mq.c
+++ b/src/backend/storage/ipc/shm_mq.c
@@ -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
* 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;
* further reads will return SHM_MQ_DETACHED. If the receiver detaches,
* further attempts to send messages will likewise return SHM_MQ_DETACHED.