|
From: <sv...@va...> - 2014-08-11 15:27:18
|
Author: florian
Date: Mon Aug 11 15:27:11 2014
New Revision: 14261
Log:
Update a comment. Shuld have been done in r14206.
Modified:
branches/BUF_REMOVAL/include/pub_tool_libcfile.h
Modified: branches/BUF_REMOVAL/include/pub_tool_libcfile.h
==============================================================================
--- branches/BUF_REMOVAL/include/pub_tool_libcfile.h (original)
+++ branches/BUF_REMOVAL/include/pub_tool_libcfile.h Mon Aug 11 15:27:11 2014
@@ -100,8 +100,8 @@
/* Return the name of a directory for temporary files. */
extern const HChar* VG_(tmpdir)(void);
-/* Copy the working directory at startup into buf[0 .. size-1], or return
- False if buf is too small. */
+/* Return the working directory at startup. The returned string is
+ persistent. */
extern const HChar *VG_(get_startup_wd) ( void );
#endif // __PUB_TOOL_LIBCFILE_H
|