summaryrefslogtreecommitdiff
path: root/glib/gtypes.h
diff options
context:
space:
mode:
Diffstat (limited to 'glib/gtypes.h')
-rw-r--r--glib/gtypes.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/glib/gtypes.h b/glib/gtypes.h
index 9d68f93a7..9d912d523 100644
--- a/glib/gtypes.h
+++ b/glib/gtypes.h
@@ -165,7 +165,7 @@ typedef gpointer (*GCopyFunc) (gconstpointer src,
*
* Declares a type of function which takes an arbitrary
* data pointer argument and has no return value. It is
- * not currently used in GLib or GTK+.
+ * not currently used in GLib or GTK.
*/
typedef void (*GFreeFunc) (gpointer data);