Author: mturk
Date: Wed Mar 13 07:06:52 2013
New Revision: 1455825

URL: http://svn.apache.org/r1455825
Log:
Fix typo in comment

Modified:
    commons/proper/daemon/branches/1.0.x/src/native/windows/src/javajni.c

Modified: commons/proper/daemon/branches/1.0.x/src/native/windows/src/javajni.c
URL: 
http://svn.apache.org/viewvc/commons/proper/daemon/branches/1.0.x/src/native/windows/src/javajni.c?rev=1455825&r1=1455824&r2=1455825&view=diff
==============================================================================
--- commons/proper/daemon/branches/1.0.x/src/native/windows/src/javajni.c 
(original)
+++ commons/proper/daemon/branches/1.0.x/src/native/windows/src/javajni.c Wed 
Mar 13 07:06:52 2013
@@ -929,7 +929,7 @@ static DWORD WINAPI __apxJavaWorkerThrea
                 lpJava->clWorker.sClazz, lpJava->clWorker.sMethod);
     lpJava->dwWorkerStatus = 1;
     SetEvent(lpJava->hWorkerInit);
-    /* Ensure apxJavaStart readed our status */
+    /* Ensure apxJavaStart worker has read our status */
     WaitForSingleObject(lpJava->hWorkerSync, INFINITE);    
     JNICALL_3(CallStaticVoidMethod,
               lpJava->clWorker.jClazz,


Reply via email to