Commit ccad9f3b authored by Francois Gouget's avatar Francois Gouget Committed by Alexandre Julliard

kernel32/tests: Spelling fixes for a couple of comments.

parent b4ac51ef
......@@ -159,7 +159,7 @@ BOOL WINAPI WaitForDebugEvent(
* PARAMS
* pid [I] The id of the process to continue.
* tid [I] The id of the thread to continue.
* status [I] The rule to apply to unhandled exeptions.
* status [I] The rule to apply to unhandled exceptions.
*
* RETURNS
*
......
......@@ -1735,9 +1735,9 @@ static SRWLOCK condvar_srwlock;
/* Sequence of wake/sleep to check boundary conditions:
* 0: init
* 1: producer emits a WakeConditionVaribale without consumer waiting.
* 1: producer emits a WakeConditionVariable without consumer waiting.
* 2: consumer sleeps without a wake expecting timeout
* 3: producer emits a WakeAllConditionVaribale without consumer waiting.
* 3: producer emits a WakeAllConditionVariable without consumer waiting.
* 4: consumer sleeps without a wake expecting timeout
* 5: a wake is handed to a SleepConditionVariableCS
* 6: a wakeall is handed to a SleepConditionVariableCS
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment