Skip to content

Commit 4023889

Browse files
committed
Fix copy&paste typo in comment
1 parent 936f569 commit 4023889

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/backend/storage/lmgr/lwlock.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1903,7 +1903,7 @@ LWLockHeldByMe(LWLock *lock)
19031903
}
19041904

19051905
/*
1906-
* LWLockHeldByMe - test whether my process holds any of an array of locks
1906+
* LWLockAnyHeldByMe - test whether my process holds any of an array of locks
19071907
*
19081908
* This is meant as debug support only.
19091909
*/

0 commit comments

Comments
 (0)