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

Alexandre Julliard julliard at wine.codeweavers.com
Wed Apr 20 10:36:07 CDT 2016


Module: wine
Branch: master
Commit: ccad9f3b978d18080dfa8660fde33bd8098167c8
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=ccad9f3b978d18080dfa8660fde33bd8098167c8

Author: Francois Gouget <fgouget at free.fr>
Date:   Wed Apr 20 08:56:57 2016 +0200

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

Signed-off-by: Francois Gouget <fgouget at free.fr>
Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 dlls/kernel32/debugger.c   | 2 +-
 dlls/kernel32/tests/sync.c | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/dlls/kernel32/debugger.c b/dlls/kernel32/debugger.c
index d4d66b2..a277f93 100644
--- a/dlls/kernel32/debugger.c
+++ b/dlls/kernel32/debugger.c
@@ -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
  *
diff --git a/dlls/kernel32/tests/sync.c b/dlls/kernel32/tests/sync.c
index 325e1ff..26cd1d6 100644
--- a/dlls/kernel32/tests/sync.c
+++ b/dlls/kernel32/tests/sync.c
@@ -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




More information about the wine-cvs mailing list