Fix last commit.
authorMatthias Clasen <matthiasc@src.gnome.org>
Mon, 20 Dec 2004 16:10:30 +0000 (16:10 +0000)
committerMatthias Clasen <matthiasc@src.gnome.org>
Mon, 20 Dec 2004 16:10:30 +0000 (16:10 +0000)
glib/gunicollate.c

index c70b8e5..1ca8277 100644 (file)
@@ -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,