]> git.ipfire.org Git - thirdparty/open-vm-tools.git/commitdiff
Minor comment tweek; review comment
authorVMware, Inc <>
Thu, 18 Nov 2010 22:53:26 +0000 (14:53 -0800)
committerMarcelo Vanzin <mvanzin@vmware.com>
Thu, 18 Nov 2010 22:53:26 +0000 (14:53 -0800)
Signed-off-by: Marcelo Vanzin <mvanzin@vmware.com>
open-vm-tools/lib/lock/ulBarrier.c

index 65f67f54892ad57ec6a93c61411e1dc65886c7e6..636223247e007622f31e85f8b3b3bdb452730713 100644 (file)
@@ -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.
        */