mirror of
https://github.com/moparisthebest/pacman
synced 2024-11-11 03:54:59 -05:00
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
@ -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…
Reference in New Issue
Block a user