summaryrefslogtreecommitdiffstats
path: root/lib/libalpm/alpm_list.c
diff options
context:
space:
mode:
authorLaszlo Papp <djszapi2@gmail.com>2009-10-23 14:01:17 +0200
committerDan McGee <dan@archlinux.org>2009-10-24 17:27:48 +0200
commit361a25c0861a74d6b35500955ae12e6b1bbadc5b (patch)
treea4efc59e0f3e5744bff1077f4ff8b6a4874c9942 /lib/libalpm/alpm_list.c
parent7f0f319a3e7c471a41482ba620f74423ef3f9a94 (diff)
downloadpacman-361a25c0861a74d6b35500955ae12e6b1bbadc5b.tar.gz
pacman-361a25c0861a74d6b35500955ae12e6b1bbadc5b.tar.xz
Fix a small typo in alpm_list.c
Signed-off-by: Laszlo Papp <djszapi@archlinux.us> Signed-off-by: Dan McGee <dan@archlinux.org>
Diffstat (limited to 'lib/libalpm/alpm_list.c')
-rw-r--r--lib/libalpm/alpm_list.c2
1 files changed, 1 insertions, 1 deletions
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