Oops, changed the wrong param in previous commit

Mon, 20 Jan 2014 03:26:32 +0530

author
Ankit Vani <a@nevitus.org>
date
Mon, 20 Jan 2014 03:26:32 +0530
changeset 35175
647c1ffb8147
parent 35174
4f51865f1a71
child 35176
b0659f31989d
child 36996
7af9ef06882b

Oops, changed the wrong param in previous commit

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

mercurial