mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-12-06 19:41:15 +01:00
Fix a comment typo in smartlist_get_most_frequent_()
This commit is contained in:
committed by
teor
parent
341a159ab4
commit
41ad244dd6
@@ -544,7 +544,7 @@ smartlist_sort(smartlist_t *sl, int (*compare)(const void **a, const void **b))
|
||||
/** Given a smartlist <b>sl</b> sorted with the function <b>compare</b>,
|
||||
* return the most frequent member in the list. Break ties in favor of
|
||||
* later elements. If the list is empty, return NULL. If count_out is
|
||||
* non-null, set it to the most frequent member.
|
||||
* non-null, set it to the count of the most frequent member.
|
||||
*/
|
||||
void *
|
||||
smartlist_get_most_frequent_(const smartlist_t *sl,
|
||||
|
||||
Reference in New Issue
Block a user