diff options
| author | Alvaro Herrera | 2024-01-31 22:11:53 +0000 |
|---|---|---|
| committer | Alvaro Herrera | 2024-01-31 22:11:53 +0000 |
| commit | 402388946fb3ac54f0fd5944d7e177ef7737eab2 (patch) | |
| tree | 5619fc85d6b114d9f953462df569f9b9b1c85014 /src | |
| parent | 936f56988741f17cce8731cfa6150fad96e571e9 (diff) | |
Fix copy&paste typo in comment
Diffstat (limited to 'src')
| -rw-r--r-- | src/backend/storage/lmgr/lwlock.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/backend/storage/lmgr/lwlock.c b/src/backend/storage/lmgr/lwlock.c index 98fa6035cc5..71677cf0317 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. */ |
