alpm_list: fix typo in doxygen comment
Signed-off-by: Dave Reisner <d@falconindy.com> Signed-off-by: Dan McGee <dan@archlinux.org>
This commit is contained in:
parent
e28c47ade3
commit
deed0286ef
1 changed files with 1 additions and 1 deletions
|
@ -287,7 +287,7 @@ alpm_list_t SYMEXPORT *alpm_list_msort(alpm_list_t *list, size_t n, alpm_list_fn
|
|||
|
||||
/**
|
||||
* @brief Remove an item from the list.
|
||||
* item is not freed; this is the respnsiblity of the caller.
|
||||
* item is not freed; this is the responsiblity of the caller.
|
||||
*
|
||||
* @param haystack the list to remove the item from
|
||||
* @param item the item to remove from the list
|
||||
|
|
Loading…
Add table
Reference in a new issue