diff options
Diffstat (limited to 'contrib/test_shm_mq/setup.c')
-rw-r--r-- | contrib/test_shm_mq/setup.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/test_shm_mq/setup.c b/contrib/test_shm_mq/setup.c index 3e762c49a6c..7ad11157cf2 100644 --- a/contrib/test_shm_mq/setup.c +++ b/contrib/test_shm_mq/setup.c @@ -279,7 +279,7 @@ wait_for_workers_to_become_ready(worker_state *wstate, break; } - /* Wait to be signalled. */ + /* Wait to be signalled. */ WaitLatch(&MyProc->procLatch, WL_LATCH_SET, 0); /* An interrupt may have occurred while we were waiting. */ |