Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit8fa6019

Browse files
committed
Fix typos in comments.
Masahiko Sawada
1 parent0777f7a commit8fa6019

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎src/backend/storage/lmgr/condition_variable.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ ConditionVariablePrepareToSleep(ConditionVariable *cv)
8383

8484
/*--------------------------------------------------------------------------
8585
* Wait for the given condition variable to be signaled. This should be
86-
* called in a predicate loop that tests for aspecfic exit condition and
86+
* called in a predicate loop that tests for aspecific exit condition and
8787
* otherwise sleeps, like so:
8888
*
8989
* ConditionVariablePrepareToSleep(cv); [optional]
@@ -108,7 +108,7 @@ ConditionVariableSleep(ConditionVariable *cv, uint32 wait_event_info)
108108
* return can be avoided by calling ConditionVariablePrepareToSleep(cv)
109109
* first. Whether it's worth doing that depends on whether you expect the
110110
* condition to be met initially, in which case skipping the prepare
111-
* allows you to skip manipulation of the wait list, or not metintiailly,
111+
* allows you to skip manipulation of the wait list, or not metinitially,
112112
* in which case preparing first allows you to skip a spurious test of the
113113
* caller's exit condition.
114114
*/

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp