]> git.ipfire.org Git - thirdparty/open-vm-tools.git/commitdiff
Changes in shared code that don't affect open-vm-tools functionality.
authorVMware, Inc <>
Thu, 24 Feb 2011 21:44:55 +0000 (13:44 -0800)
committerMarcelo Vanzin <mvanzin@vmware.com>
Thu, 24 Feb 2011 21:44:55 +0000 (13:44 -0800)
Signed-off-by: Marcelo Vanzin <mvanzin@vmware.com>
open-vm-tools/lib/misc/hostinfoPosix.c

index c6f8a39d8f383bce68dae2010c59d9f12b6029ae..b6336f13a082c1ddc4b6120f74b69791e6482aa0 100644 (file)
@@ -3446,14 +3446,14 @@ Hostinfo_GetModulePath(uint32 priv)  // IN:
  *
  * Hostinfo_GetLibraryPath --
  *
- *      Try and deduce the full path to the library where the
- *      specified address resides. Expected usage is that the caller
- *      will pass in the address of one of the caller's own functions.
+ *      Try and deduce the path to the library where the specified
+ *      address resides. Expected usage is that the caller will pass
+ *      in the address of one of the caller's own functions.
  *
  *      Not implemented on MacOS.
  *
  * Results:
- *      The full path or NULL on failure.
+ *      The path (which MAY OR MAY NOT BE ABSOLUTE) or NULL on failure.
  *
  * Side effects:
  *      Memory is allocated.