mirror of
https://github.com/postgres/postgres.git
synced 2025-09-05 02:22:28 +03:00
Spelling adjustments
This commit is contained in:
@@ -48,7 +48,7 @@ pg_timer_thread(LPVOID param)
|
||||
r = WaitForSingleObjectEx(timerCommArea.event, waittime, FALSE);
|
||||
if (r == WAIT_OBJECT_0)
|
||||
{
|
||||
/* Event signalled from main thread, change the timer */
|
||||
/* Event signaled from main thread, change the timer */
|
||||
EnterCriticalSection(&timerCommArea.crit_sec);
|
||||
if (timerCommArea.value.it_value.tv_sec == 0 &&
|
||||
timerCommArea.value.it_value.tv_usec == 0)
|
||||
|
Reference in New Issue
Block a user