You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by mt...@apache.org on 2009/08/14 07:32:06 UTC

svn commit: r804082 - /commons/sandbox/runtime/trunk/src/main/native/os/win32/pmutex.c

Author: mturk
Date: Fri Aug 14 05:32:05 2009
New Revision: 804082

URL: http://svn.apache.org/viewvc?rev=804082&view=rev
Log:
Fix typos

Modified:
    commons/sandbox/runtime/trunk/src/main/native/os/win32/pmutex.c

Modified: commons/sandbox/runtime/trunk/src/main/native/os/win32/pmutex.c
URL: http://svn.apache.org/viewvc/commons/sandbox/runtime/trunk/src/main/native/os/win32/pmutex.c?rev=804082&r1=804081&r2=804082&view=diff
==============================================================================
--- commons/sandbox/runtime/trunk/src/main/native/os/win32/pmutex.c (original)
+++ commons/sandbox/runtime/trunk/src/main/native/os/win32/pmutex.c Fri Aug 14 05:32:05 2009
@@ -104,7 +104,7 @@
     }
     do {
         rc = 0;
-        ws = WaitForMultipleObjectExObject(2, wh, FALSE, INFINITE, TRUE);
+        ws = WaitForMultipleObjectsEx(2, wh, FALSE, INFINITE, TRUE);
 
         if (ws == WAIT_OBJECT_0 || ws == WAIT_ABANDONED) {
             /* We got the lock */