Fix copy&paste typo in comment
authorAlvaro Herrera <alvherre@alvh.no-ip.org>
Wed, 31 Jan 2024 22:11:53 +0000 (23:11 +0100)
committerAlvaro Herrera <alvherre@alvh.no-ip.org>
Wed, 31 Jan 2024 22:11:53 +0000 (23:11 +0100)
src/backend/storage/lmgr/lwlock.c

index 98fa6035cc546f4e89326fbfb0f57adaddd33df4..71677cf031709fd304b0ca55bed28f0e127d9ad4 100644 (file)
@@ -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.
  */