From: VMware, Inc <> Date: Thu, 18 Nov 2010 22:53:26 +0000 (-0800) Subject: Minor comment tweek; review comment X-Git-Tag: 2010.11.17-327185~10 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=b121c42ffb05d2e1f4d383def9fd61ff05bd94cf;p=thirdparty%2Fopen-vm-tools.git Minor comment tweek; review comment Signed-off-by: Marcelo Vanzin --- diff --git a/open-vm-tools/lib/lock/ulBarrier.c b/open-vm-tools/lib/lock/ulBarrier.c index 65f67f548..636223247 100644 --- a/open-vm-tools/lib/lock/ulBarrier.c +++ b/open-vm-tools/lib/lock/ulBarrier.c @@ -255,7 +255,7 @@ MXUser_EnterBarrier(MXUserBarrier *barrier) // IN/OUT: * * Flip the current context. Should a thread leave the barrier and * enter the barrier while the barrier is "emptying" the thread will - * parked on the condVar that is not "emptying". Eventually everything + * park on the condVar that is not "emptying". Eventually everything * will "work out" and all of the threads will be parked on the opposite * context's condVar. */