index : pacman | |
Archlinux32 fork of pacman | gitolite user |
summaryrefslogtreecommitdiff |
author | Laszlo Papp <djszapi2@gmail.com> | 2009-10-23 14:01:17 +0200 |
---|---|---|
committer | Dan McGee <dan@archlinux.org> | 2009-10-24 10:27:48 -0500 |
commit | 361a25c0861a74d6b35500955ae12e6b1bbadc5b (patch) | |
tree | a4efc59e0f3e5744bff1077f4ff8b6a4874c9942 | |
parent | 7f0f319a3e7c471a41482ba620f74423ef3f9a94 (diff) |
-rw-r--r-- | lib/libalpm/alpm_list.c | 2 |
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 |