changeset 34629:531c69f090da

Cosmetic: Change comment.
author ib
date Mon, 13 Feb 2012 16:11:37 +0000
parents ee78c9c66508
children e50affe874a9
files gui/util/string.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/gui/util/string.c	Mon Feb 13 16:10:39 2012 +0000
+++ b/gui/util/string.c	Mon Feb 13 16:11:37 2012 +0000
@@ -333,7 +333,7 @@
 /**
  * @brief Read characters from @a file.
  *
- * @note Reading stops with '\\r', '\\n' or EOF.
+ * @note Reading stops with an end-of-line character or at end of file.
  *
  * @param str pointer to a buffer to receive the read characters
  * @param size number of characters read at the most (including a terminating null-character)