index : pacman | |
Archlinux32 fork of pacman | gitolite user |
summaryrefslogtreecommitdiff |
-rw-r--r-- | lib/libalpm/deps.c | 2 |
diff --git a/lib/libalpm/deps.c b/lib/libalpm/deps.c index 41e061bf..602e8d6c 100644 --- a/lib/libalpm/deps.c +++ b/lib/libalpm/deps.c @@ -538,7 +538,7 @@ PMList* removedeps(pmdb_t *db, PMList *targs) } /* populates *list with packages that need to be installed to satisfy all - * dependencies (recursive) for *syncpkg->pkg + * dependencies (recursive) for syncpkg * * make sure *list and *trail are already initialized */ |