From: VMware, Inc <> Date: Sat, 28 May 2011 19:24:46 +0000 (-0700) Subject: lib/file: fix a comment X-Git-Tag: 2011.05.27-420096~72 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=911e69626a480d9d73d16b28328df54557632fb4;p=thirdparty%2Fopen-vm-tools.git lib/file: fix a comment Refer to an existing function... Signed-off-by: Marcelo Vanzin --- diff --git a/open-vm-tools/lib/file/fileLockPrimitive.c b/open-vm-tools/lib/file/fileLockPrimitive.c index 22a89f2cb..c5b0ebd42 100644 --- a/open-vm-tools/lib/file/fileLockPrimitive.c +++ b/open-vm-tools/lib/file/fileLockPrimitive.c @@ -1175,7 +1175,7 @@ MakeDirectory(ConstUnicode pathName) // IN: * * Create an entry directory in the specified locking directory. * - * Due to FileLock_UnlockFile() attempting to remove the locking + * Due to FileLock_Unlock() attempting to remove the locking * directory on an unlock operation (to "clean up" and remove the * locking directory when it is no longer needed), this routine * must carefully handle a number of race conditions to insure the