corrected parameter description

This commit is contained in:
Andreas Steffen
2008-11-03 00:24:38 +00:00
parent a066f7e6c2
commit bd354bee5f
+1 -1
View File
@@ -168,7 +168,7 @@ struct traffic_selector_t {
* Compare two traffic selectors for equality. * Compare two traffic selectors for equality.
* *
* @param other ts to compare with this * @param other ts to compare with this
* @return pointer to a string. * @return TRUE if equal, FALSE otherwise
*/ */
bool (*equals) (traffic_selector_t *this, traffic_selector_t *other); bool (*equals) (traffic_selector_t *this, traffic_selector_t *other);