Fix copy&paste typo in comment

This commit is contained in:
Alvaro Herrera 2024-01-31 23:11:53 +01:00
parent 936f569887
commit 402388946f
No known key found for this signature in database
GPG key ID: 1C20ACB9D5C564AE

View 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.
*/