aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/backend/storage/lmgr/lwlock.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/backend/storage/lmgr/lwlock.c b/src/backend/storage/lmgr/lwlock.c
index 98fa6035cc5..71677cf0317 100644
--- a/src/backend/storage/lmgr/lwlock.c
+++ b/src/backend/storage/lmgr/lwlock.c
@@ -1903,7 +1903,7 @@ LWLockHeldByMe(LWLock *lock)
}
/*
- * LWLockHeldByMe - test whether my process holds any of an array of locks
+ * LWLockAnyHeldByMe - test whether my process holds any of an array of locks
*
* This is meant as debug support only.
*/