Fix documentation for purple_utf8_strcasecmp

Mon, 20 Jan 2014 03:05:41 +0530

author
Ankit Vani <a@nevitus.org>
date
Mon, 20 Jan 2014 03:05:41 +0530
changeset 35174
4f51865f1a71
parent 35172
dc4dac5b33a4
child 35175
647c1ffb8147
child 36992
aab07d6cad9e

Fix documentation for purple_utf8_strcasecmp

libpurple/util.h file | annotate | diff | comparison | revisions
--- a/libpurple/util.h	Wed Jan 15 23:41:46 2014 +0100
+++ b/libpurple/util.h	Mon Jan 20 03:05:41 2014 +0530
@@ -1337,9 +1337,9 @@
  * @param a The first string.
  * @param b The second string.
  *
- * @return -1 if @a is less than @a b.
- *          0 if @a is equal to @a b.
- *          1 if @a is greater than @a b.
+ * @return -1 if @a is less than @b.
+ *          0 if @a is equal to @b.
+ *          1 if @a is greater than @b.
  */
 int purple_utf8_strcasecmp(const char *a, const char *b);
 

mercurial