diff gui/util/misc.c @ 37065:b28b632efeef

Cosmetic: Revise a few comments.
author ib
date Thu, 24 Apr 2014 11:31:31 +0000
parents b6ff1451035d
children
line wrap: on
line diff
--- a/gui/util/misc.c	Thu Apr 24 06:42:02 2014 +0000
+++ b/gui/util/misc.c	Thu Apr 24 11:31:31 2014 +0000
@@ -28,7 +28,7 @@
 /**
  * @brief Read characters from @a file.
  *
- * @param str pointer to a buffer to receive the read characters
+ * @param str memory location of a buffer to receive the read characters
  * @param size number of characters read at the most (including a terminating null-character)
  * @param file file to read from
  *