summaryrefslogtreecommitdiff
path: root/glib/gutf8.c
diff options
context:
space:
mode:
Diffstat (limited to 'glib/gutf8.c')
-rw-r--r--glib/gutf8.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/glib/gutf8.c b/glib/gutf8.c
index a018f2a8d..3fa2def66 100644
--- a/glib/gutf8.c
+++ b/glib/gutf8.c
@@ -1678,7 +1678,7 @@ fast_validate_len (const char *str,
* Note that g_utf8_validate() returns %FALSE if @max_len is
* positive and any of the @max_len bytes are nul.
*
- * Returns %TRUE if all of @str was valid. Many GLib and GTK+
+ * Returns %TRUE if all of @str was valid. Many GLib and GTK
* routines require valid UTF-8 as input; so data read from a file
* or the network should be checked with g_utf8_validate() before
* doing anything else with it.