mirror of
https://github.com/postgres/postgres.git
synced 2025-10-27 00:12:01 +03:00
Fix recently introduced typos
This fixes typos in docs and comments introduced during the v18 development cycle, to keep them from ending up in backbranches. Author: Jacob Brazeal <jacob.brazeal@gmail.com> Reviewed-by: Daniel Gustafsson <daniel@yesql.se> Discussion: https://postgr.es/m/CA+COZaCgGua25f2hSrjrDLJcJJAHkwoKgTTqUy-wyL1=64JNjw@mail.gmail.com
This commit is contained in:
@@ -1832,7 +1832,7 @@ LWLockDisownInternal(LWLock *lock)
|
||||
|
||||
/*
|
||||
* Helper function to release lock, shared between LWLockRelease() and
|
||||
* LWLockeleaseDisowned().
|
||||
* LWLockReleaseDisowned().
|
||||
*/
|
||||
static void
|
||||
LWLockReleaseInternal(LWLock *lock, LWLockMode mode)
|
||||
|
||||
Reference in New Issue
Block a user