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 */