summaryrefslogtreecommitdiff
path: root/glib/gunicollate.c
diff options
context:
space:
mode:
authorMatthias Clasen <matthiasc@src.gnome.org>2004-12-20 16:10:30 +0000
committerMatthias Clasen <matthiasc@src.gnome.org>2004-12-20 16:10:30 +0000
commitad90d2de03993b6c6b7cb0a280dc1ac8fff2d7da (patch)
tree1cbb0e3bf5979523461bec9f26ac041bc9cba7ac /glib/gunicollate.c
parent02d45673bcbe09ded6288f46d6a25c9a8755942d (diff)
downloadglib-ad90d2de03993b6c6b7cb0a280dc1ac8fff2d7da.tar.gz
Fix last commit.
Diffstat (limited to 'glib/gunicollate.c')
-rw-r--r--glib/gunicollate.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/glib/gunicollate.c b/glib/gunicollate.c
index c70b8e5a8..1ca827727 100644
--- a/glib/gunicollate.c
+++ b/glib/gunicollate.c
@@ -42,8 +42,8 @@
* compare the keys with strcmp() when
* sorting instead of sorting the original strings.
*
- * Return value: < 0 if @str1 compares before @str2,
- * 0 if they compare equal, > 0 if @str1 compares after @str2.
+ * Return value: &lt; 0 if @str1 compares before @str2,
+ * 0 if they compare equal, &gt; 0 if @str1 compares after @str2.
**/
gint
g_utf8_collate (const gchar *str1,