[pacman-dev] [PATCH] Fix a small typo in alpm_list.c
Laszlo Papp
djszapi2 at gmail.com
Fri Oct 23 08:01:17 EDT 2009
Signed-off-by: Laszlo Papp <djszapi at archlinux.us>
---
It's not a big patch, but maybe it counts.
lib/libalpm/alpm_list.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/lib/libalpm/alpm_list.c b/lib/libalpm/alpm_list.c
index 17bdfdf..a395540 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
--
1.6.5
More information about the pacman-dev
mailing list