index : pacman | |
Archlinux32 fork of pacman | gitolite user |
summaryrefslogtreecommitdiff |
author | Chantry Xavier <shiningxc@gmail.com> | 2007-11-18 10:29:55 +0100 |
---|---|---|
committer | Dan McGee <dan@archlinux.org> | 2007-11-18 12:42:34 -0600 |
commit | 65fb99133df10143e07c237f04777e01b443c037 (patch) | |
tree | 8191e73f11366db75d4465f9f52f0e7ddc9fb04f /lib/libalpm/remove.c | |
parent | 829a7b904dcb56aa17cd9279f29385dad2814793 (diff) |
-rw-r--r-- | lib/libalpm/remove.c | 2 |
diff --git a/lib/libalpm/remove.c b/lib/libalpm/remove.c index 018216fe..592cf39e 100644 --- a/lib/libalpm/remove.c +++ b/lib/libalpm/remove.c @@ -219,7 +219,7 @@ static void unlink_file(pmpkg_t *info, alpm_list_t *lp, pmtrans_t *trans) } } else { /* check the remove skip list before removing the file. - * see the big comment block in db_find_conflicts() for an + * see the big comment block in db_find_fileconflicts() for an * explanation. */ if(alpm_list_find_str(trans->skip_remove, file)) { _alpm_log(PM_LOG_DEBUG, "%s is in trans->skip_remove, skipping removal\n", |