# HG changeset patch # User ib # Date 1329149497 0 # Node ID 531c69f090da786c01404bc05d4c2653cf8acbc7 # Parent ee78c9c66508d5b97e57c15e2791c38c7faacac6 Cosmetic: Change comment. diff -r ee78c9c66508 -r 531c69f090da gui/util/string.c --- 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)