diff options
author | William Jon McCann <william.jon.mccann@gmail.com> | 2014-02-19 18:49:43 -0500 |
---|---|---|
committer | William Jon McCann <william.jon.mccann@gmail.com> | 2014-02-19 18:56:05 -0500 |
commit | 469d333aa27c67f7d9b2f3923d62fef8519ff2ba (patch) | |
tree | acacd39d222efb5f22738a36115ed946c43f7797 /gtk/gtkversion.h.in | |
parent | a6084e264de0c1471ba93a20dd74f19c92a8afc6 (diff) | |
download | gtk+-469d333aa27c67f7d9b2f3923d62fef8519ff2ba.tar.gz |
docs: use Returns: consistently
Instead of Return value:
Diffstat (limited to 'gtk/gtkversion.h.in')
-rw-r--r-- | gtk/gtkversion.h.in | 2 |
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) || \ |