Fix a small typo in alpm_list.c

Signed-off-by: Laszlo Papp <djszapi@archlinux.us>
Signed-off-by: Dan McGee <dan@archlinux.org>
This commit is contained in:
Laszlo Papp 2009-10-23 14:01:17 +02:00 committed by Dan McGee
parent 7f0f319a3e
commit 361a25c086
1 changed files with 1 additions and 1 deletions

View File

@ -616,7 +616,7 @@ static int ptr_cmp(const void *p, const void *q)
/**
* @brief Find an item in a list.
*
* Search for the item whos data matches that of the `needle`.
* Search for the item whose data matches that of the `needle`.
*
* @param needle the data to search for (== comparison)
* @param haystack the list