Correct comment
authorArran Cudbard-Bell <a.cudbardb@freeradius.org>
Wed, 12 Mar 2014 21:41:26 +0000 (21:41 +0000)
committerArran Cudbard-Bell <a.cudbardb@freeradius.org>
Wed, 12 Mar 2014 22:11:58 +0000 (22:11 +0000)
src/lib/valuepair.c

index 17fbf60..fbc32ca 100644 (file)
@@ -2492,7 +2492,7 @@ int paircmp(VALUE_PAIR *one, VALUE_PAIR *two)
  * @param[in] one the first attribute
  * @param[in] op the operator for comparison
  * @param[in] two the second attribute
- * @return < 0 if one is less than two, 0 if both are equal, > 0 if one is more than two.
+ * @return true (comparison is true), or false (comparison is not true);
  */
 int paircmp_op(VALUE_PAIR const *one, FR_TOKEN op, VALUE_PAIR const *two)
 {