summaryrefslogtreecommitdiff
path: root/glib/gquark.c
diff options
context:
space:
mode:
Diffstat (limited to 'glib/gquark.c')
-rw-r--r--glib/gquark.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/glib/gquark.c b/glib/gquark.c
index cdd9bdf9a..42cb39364 100644
--- a/glib/gquark.c
+++ b/glib/gquark.c
@@ -246,7 +246,7 @@ g_quark_from_string (const gchar *string)
* with statically allocated strings in the main program, but not with
* statically allocated memory in dynamically loaded modules, if you
* expect to ever unload the module again (e.g. do not use this
- * function in GTK+ theme engines).
+ * function in GTK theme engines).
*
* This function must not be used before library constructors have finished
* running. In particular, this means it cannot be used to initialize global