aboutsummaryrefslogtreecommitdiff
path: root/src/backend/commands/async.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/backend/commands/async.c')
-rw-r--r--src/backend/commands/async.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/backend/commands/async.c b/src/backend/commands/async.c
index 914388ba715..f2b9a748a62 100644
--- a/src/backend/commands/async.c
+++ b/src/backend/commands/async.c
@@ -1421,7 +1421,7 @@ pg_notification_queue_usage(PG_FUNCTION_ARGS)
/*
* Return the fraction of the queue that is currently occupied.
*
- * The caller must hold AysncQueueLock in (at least) shared mode.
+ * The caller must hold AsyncQueueLock in (at least) shared mode.
*/
static double
asyncQueueUsage(void)