diff gui/dialog/dialog.c @ 37065:b28b632efeef

Cosmetic: Revise a few comments.
author ib
date Thu, 24 Apr 2014 11:31:31 +0000
parents eed2fb870f43
children 2208a16cc562
line wrap: on
line diff
--- a/gui/dialog/dialog.c	Thu Apr 24 06:42:02 2014 +0000
+++ b/gui/dialog/dialog.c	Thu Apr 24 11:31:31 2014 +0000
@@ -59,8 +59,8 @@
  *
  * @param theme theme to load the icon from
  * @param size size of the icon to load
- * @param gdkIcon location to store a pointer to the created pixmap
- * @param gdkIconMask location to store a pointer to the created mask
+ * @param gdkIcon memory location to store a pointer to the created pixmap
+ * @param gdkIconMask memory location to store a pointer to the created mask
  *
  * @return #True (ok) or #False (error)
  */