summaryrefslogtreecommitdiff
path: root/gtk/gtkversion.h.in
diff options
context:
space:
mode:
authorWilliam Jon McCann <william.jon.mccann@gmail.com>2014-02-19 18:49:43 -0500
committerWilliam Jon McCann <william.jon.mccann@gmail.com>2014-02-19 18:56:05 -0500
commit469d333aa27c67f7d9b2f3923d62fef8519ff2ba (patch)
treeacacd39d222efb5f22738a36115ed946c43f7797 /gtk/gtkversion.h.in
parenta6084e264de0c1471ba93a20dd74f19c92a8afc6 (diff)
downloadgtk+-469d333aa27c67f7d9b2f3923d62fef8519ff2ba.tar.gz
docs: use Returns: consistently
Instead of Return value:
Diffstat (limited to 'gtk/gtkversion.h.in')
-rw-r--r--gtk/gtkversion.h.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtkversion.h.in b/gtk/gtkversion.h.in
index cfebc2b80c..b6b5337223 100644
--- a/gtk/gtkversion.h.in
+++ b/gtk/gtkversion.h.in
@@ -93,7 +93,7 @@
* Returns %TRUE if the version of the GTK+ header files
* is the same as or newer than the passed-in version.
*
- * Return value: %TRUE if GTK+ headers are new enough
+ * Returns: %TRUE if GTK+ headers are new enough
*/
#define GTK_CHECK_VERSION(major,minor,micro) \
(GTK_MAJOR_VERSION > (major) || \