]> git.ipfire.org Git - thirdparty/open-vm-tools.git/commitdiff
lib/lock: pretty up a message
authorVMware, Inc <>
Thu, 27 Oct 2011 18:49:45 +0000 (11:49 -0700)
committerMarcelo Vanzin <mvanzin@vmware.com>
Thu, 27 Oct 2011 18:49:45 +0000 (11:49 -0700)
Make consistant with other messages.

Signed-off-by: Marcelo Vanzin <mvanzin@vmware.com>
open-vm-tools/lib/lock/ulInt.h

index f7d6acc8be54967f6ab7787a28e053d7fc15d2d8..caa64d54ecf4c6cc9961d11e81ab3f0f94433a8f 100644 (file)
@@ -78,7 +78,7 @@ typedef struct {
  * MXRecLockSetNoOwner          Set lock as owner by "nobody"
  * MXRecLockSetOwner            Set lock owner
  * MXRecLockAcquireInternal     Lock the lock
- * MXRecLockTryAcquireInternal  conditionally acquire the lock
+ * MXRecLockTryAcquireInternal  Conditionally acquire the lock
  * MXRecLockReleaseInternal     Unlock the lock
  *
  * Windows has a native recursive lock, the CRITICAL_SECTION. POSIXen,