From f2a886104a6683227bfcb0932dde97d30b123961 Mon Sep 17 00:00:00 2001 From: Peter Eisentraut Date: Tue, 13 Jun 2017 10:54:03 -0400 Subject: [PATCH] Fix typo Author: Masahiko Sawada --- src/backend/storage/ipc/shm_mq.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/backend/storage/ipc/shm_mq.c b/src/backend/storage/ipc/shm_mq.c index e64766c322..fcd6cc7a8c 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. -- 2.40.0