diff options
author | David Rowley <drowley@postgresql.org> | 2025-01-02 12:42:01 +1300 |
---|---|---|
committer | David Rowley <drowley@postgresql.org> | 2025-01-02 12:42:01 +1300 |
commit | 11012c503759f8018d8831bc6eb1f998eba7ad25 (patch) | |
tree | 4c81ce997993741a27630e72c12f0cc9dfa5cee2 /src/backend/storage | |
parent | 50e6eb731d98ab6d0e625a0b87fb327b172bbebd (diff) | |
download | postgresql-11012c503759f8018d8831bc6eb1f998eba7ad25.tar.gz postgresql-11012c503759f8018d8831bc6eb1f998eba7ad25.zip |
Fix an assortment of spelling mistakes and typos
Author: Alexander Lakhin <exclusion@gmail.com>
Discussion: https://postgr.es/m/5812a0b9-b0cf-4151-9a14-d9f00e4f2858@gmail.com
Diffstat (limited to 'src/backend/storage')
-rw-r--r-- | src/backend/storage/lmgr/lock.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/backend/storage/lmgr/lock.c b/src/backend/storage/lmgr/lock.c index 093e20e4eb4..3e2f98b371c 100644 --- a/src/backend/storage/lmgr/lock.c +++ b/src/backend/storage/lmgr/lock.c @@ -21,7 +21,7 @@ * * Interface: * - * InitLocks(), GetLocksMethodTable(), GetLockTagsMethodTable(), + * LockManagerShmemInit(), GetLocksMethodTable(), GetLockTagsMethodTable(), * LockAcquire(), LockRelease(), LockReleaseAll(), * LockCheckConflicts(), GrantLock() * |