From 361a25c0861a74d6b35500955ae12e6b1bbadc5b Mon Sep 17 00:00:00 2001 From: Laszlo Papp Date: Fri, 23 Oct 2009 14:01:17 +0200 Subject: Fix a small typo in alpm_list.c Signed-off-by: Laszlo Papp Signed-off-by: Dan McGee --- lib/libalpm/alpm_list.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/libalpm/alpm_list.c') diff --git a/lib/libalpm/alpm_list.c b/lib/libalpm/alpm_list.c index 17bdfdf4..a395540e 100644 --- a/lib/libalpm/alpm_list.c +++ b/lib/libalpm/alpm_list.c @@ -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 -- cgit v1.2.3-24-g4f1b