From 402388946fb3ac54f0fd5944d7e177ef7737eab2 Mon Sep 17 00:00:00 2001 From: Alvaro Herrera Date: Wed, 31 Jan 2024 23:11:53 +0100 Subject: [PATCH] Fix copy&paste typo in comment --- src/backend/storage/lmgr/lwlock.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/backend/storage/lmgr/lwlock.c b/src/backend/storage/lmgr/lwlock.c index 98fa6035cc..71677cf031 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. */ -- 2.11.4.GIT