|
From: <sv...@va...> - 2014-10-06 21:12:02
|
Author: florian
Date: Mon Oct 6 22:11:55 2014
New Revision: 14602
Log:
Comment only change.
Modified:
branches/BUF_REMOVAL/coregrind/m_libcprint.c
Modified: branches/BUF_REMOVAL/coregrind/m_libcprint.c
==============================================================================
--- branches/BUF_REMOVAL/coregrind/m_libcprint.c (original)
+++ branches/BUF_REMOVAL/coregrind/m_libcprint.c Mon Oct 6 22:11:55 2014
@@ -227,8 +227,8 @@
/* --------- snprintf --------- */
-/* The behaviour of VG_(snprintf) and VG_(vsnprintf) differs from the
- semantics defined in C99. Let S be the size of the buffer as given in
+/* The return value of VG_(snprintf) and VG_(vsnprintf) differs from
+ what is defined in C99. Let S be the size of the buffer as given in
the 2nd argument.
Return value R:
R < S: The output string was successfully written to the buffer.
|