diff options
Diffstat (limited to 'src/backend/storage/ipc/latch.c')
-rw-r--r-- | src/backend/storage/ipc/latch.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/backend/storage/ipc/latch.c b/src/backend/storage/ipc/latch.c index f4123e7de7e..cdb95c1931a 100644 --- a/src/backend/storage/ipc/latch.c +++ b/src/backend/storage/ipc/latch.c @@ -151,7 +151,7 @@ struct WaitEventSet #endif }; -/* A common WaitEventSet used to implement WatchLatch() */ +/* A common WaitEventSet used to implement WaitLatch() */ static WaitEventSet *LatchWaitSet; /* The position of the latch in LatchWaitSet. */ |