summaryrefslogtreecommitdiffstats
path: root/lib/libalpm/deps.c
diff options
context:
space:
mode:
authorAllan McRae <allan@archlinux.org>2013-05-18 14:43:12 +0200
committerAllan McRae <allan@archlinux.org>2013-05-18 14:43:12 +0200
commit1ed881fed31952c65f9606df5e265c36221974e9 (patch)
treed2c960d5d5923ee7b36d58ae9683f73aca9b76ac /lib/libalpm/deps.c
parent090c4006d748e0ec50b74e974b4f1fa6f3d6c1ec (diff)
downloadpacman-1ed881fed31952c65f9606df5e265c36221974e9.tar.gz
pacman-1ed881fed31952c65f9606df5e265c36221974e9.tar.xz
Fix comment typo
Signed-off-by: Allan McRae <allan@archlinux.org>
Diffstat (limited to 'lib/libalpm/deps.c')
-rw-r--r--lib/libalpm/deps.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libalpm/deps.c b/lib/libalpm/deps.c
index 96c49a9f..6d43dd00 100644
--- a/lib/libalpm/deps.c
+++ b/lib/libalpm/deps.c
@@ -488,7 +488,7 @@ alpm_depend_t *_alpm_dep_dup(const alpm_depend_t *dep)
/* These parameters are messy. We check if this package, given a list of
* targets and a db is safe to remove. We do NOT remove it if it is in the
- * target list, or if if the package was explicitly installed and
+ * target list, or if the package was explicitly installed and
* include_explicit == 0 */
static int can_remove_package(alpm_db_t *db, alpm_pkg_t *pkg,
alpm_list_t *targets, int include_explicit)