index : pacman | |
Archlinux32 fork of pacman | gitolite user |
summaryrefslogtreecommitdiff |
author | Dan McGee <dan@archlinux.org> | 2011-02-25 07:51:58 -0600 |
---|---|---|
committer | Dan McGee <dan@archlinux.org> | 2011-02-25 07:53:11 -0600 |
commit | d4d304cdb7b59e3b5ab7d5825404593a3476f127 (patch) | |
tree | f269ccc4436f51a05e4133e2a0d9ee320d597465 /lib/libalpm/sync.c | |
parent | 7c14e48776cf82b521cc8b7dad05892a81b8659b (diff) |
-rw-r--r-- | lib/libalpm/sync.c | 2 |
diff --git a/lib/libalpm/sync.c b/lib/libalpm/sync.c index 859b8c94..a4dc755e 100644 --- a/lib/libalpm/sync.c +++ b/lib/libalpm/sync.c @@ -333,7 +333,7 @@ int _alpm_sync_prepare(pmtrans_t *trans, pmdb_t *db_local, alpm_list_t *dbs_sync /* Compute the fake local database for resolvedeps (partial fix for the phonon/qt issue) */ alpm_list_t *localpkgs = alpm_list_diff(_alpm_db_get_pkgcache_list(db_local), trans->add, _alpm_pkg_cmp); - /* Resolve packages in the transaction one at a time, in addtion + /* Resolve packages in the transaction one at a time, in addition building up a list of packages which could not be resolved. */ for(i = trans->add; i; i = i->next) { pmpkg_t *pkg = i->data; |