]> git.ipfire.org Git - thirdparty/open-vm-tools.git/commitdiff
lib/file: fix a comment
authorVMware, Inc <>
Sat, 28 May 2011 19:24:46 +0000 (12:24 -0700)
committerMarcelo Vanzin <mvanzin@vmware.com>
Sat, 28 May 2011 19:24:46 +0000 (12:24 -0700)
Refer to an existing function...

Signed-off-by: Marcelo Vanzin <mvanzin@vmware.com>
open-vm-tools/lib/file/fileLockPrimitive.c

index 22a89f2cbf1d9fb1cca5f080dda443ffd3c323ee..c5b0ebd4231f24616da342a1428c02f6fcfb328b 100644 (file)
@@ -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