From: VMware, Inc <> Date: Thu, 27 Oct 2011 18:49:45 +0000 (-0700) Subject: lib/lock: pretty up a message X-Git-Tag: 2011.10.26-514583~5 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=141dbd3fdc36da84b284590d426ae2910ac45151;p=thirdparty%2Fopen-vm-tools.git lib/lock: pretty up a message Make consistant with other messages. Signed-off-by: Marcelo Vanzin --- diff --git a/open-vm-tools/lib/lock/ulInt.h b/open-vm-tools/lib/lock/ulInt.h index f7d6acc8b..caa64d54e 100644 --- a/open-vm-tools/lib/lock/ulInt.h +++ b/open-vm-tools/lib/lock/ulInt.h @@ -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,