From: VMware, Inc <> Date: Thu, 24 Feb 2011 21:44:55 +0000 (-0800) Subject: Changes in shared code that don't affect open-vm-tools functionality. X-Git-Tag: 2011.02.23-368700~52 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=9490ec49f0eb15bf6d16a35879999a52839a71ca;p=thirdparty%2Fopen-vm-tools.git Changes in shared code that don't affect open-vm-tools functionality. Signed-off-by: Marcelo Vanzin --- diff --git a/open-vm-tools/lib/misc/hostinfoPosix.c b/open-vm-tools/lib/misc/hostinfoPosix.c index c6f8a39d8..b6336f13a 100644 --- a/open-vm-tools/lib/misc/hostinfoPosix.c +++ b/open-vm-tools/lib/misc/hostinfoPosix.c @@ -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.