mirror of
https://github.com/postgres/postgres.git
synced 2026-05-28 04:35:45 -04:00
Fix copy&paste typo in comment
This commit is contained in:
parent
936f569887
commit
402388946f
1 changed files with 1 additions and 1 deletions
|
|
@ -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.
|
||||
*/
|
||||
|
|
|
|||
Loading…
Reference in a new issue