summaryrefslogtreecommitdiff
path: root/glib/docs.c
diff options
context:
space:
mode:
Diffstat (limited to 'glib/docs.c')
-rw-r--r--glib/docs.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/glib/docs.c b/glib/docs.c
index 69d81c09a..450616eb9 100644
--- a/glib/docs.c
+++ b/glib/docs.c
@@ -1068,7 +1068,7 @@
* @title: Type Conversion Macros
* @short_description: portably storing integers in pointer variables
*
- * Many times GLib, GTK+, and other libraries allow you to pass "user
+ * Many times GLib, GTK, and other libraries allow you to pass "user
* data" to a callback, in the form of a void pointer. From time to time
* you want to pass an integer instead of a pointer. You could allocate
* an integer, with something like: