mirror of
https://github.com/postgres/postgres.git
synced 2025-09-06 13:46:51 +03:00
Fix various typos and grammar errors in comments.
Author: Dmitriy Olshevskiy Discussion: 553D00A6.4090205@bk.ru
This commit is contained in:
@@ -848,7 +848,7 @@ LWLockDequeueSelf(LWLock *lock)
|
||||
|
||||
/*
|
||||
* Somebody else dequeued us and has or will wake us up. Deal with the
|
||||
* superflous absorption of a wakeup.
|
||||
* superfluous absorption of a wakeup.
|
||||
*/
|
||||
|
||||
/*
|
||||
@@ -1183,7 +1183,7 @@ LWLockAcquireOrWait(LWLock *lock, LWLockMode mode)
|
||||
{
|
||||
/*
|
||||
* Wait until awakened. Like in LWLockAcquire, be prepared for bogus
|
||||
* wakups, because we share the semaphore with ProcWaitForSignal.
|
||||
* wakeups, because we share the semaphore with ProcWaitForSignal.
|
||||
*/
|
||||
LOG_LWDEBUG("LWLockAcquireOrWait", lock, "waiting");
|
||||
|
||||
|
Reference in New Issue
Block a user