summaryrefslogtreecommitdiff
path: root/src/backend/storage/ipc/barrier.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/backend/storage/ipc/barrier.c')
-rw-r--r--src/backend/storage/ipc/barrier.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/backend/storage/ipc/barrier.c b/src/backend/storage/ipc/barrier.c
index ff376b574c7..69ed034e528 100644
--- a/src/backend/storage/ipc/barrier.c
+++ b/src/backend/storage/ipc/barrier.c
@@ -113,7 +113,7 @@ BarrierInit(Barrier *barrier, int participants)
* too and then return. Increments the current phase. The caller must be
* attached.
*
- * While waiting, pg_stat_activity shows a wait_event_class and wait_event
+ * While waiting, pg_stat_activity shows a wait_event_type and wait_event
* controlled by the wait_event_info passed in, which should be a value from
* one of the WaitEventXXX enums defined in pgstat.h.
*