diff options
author | Aurelien Foret <aurelien@archlinux.org> | 2005-04-06 20:29:17 +0200 |
---|---|---|
committer | Aurelien Foret <aurelien@archlinux.org> | 2005-04-06 20:29:17 +0200 |
commit | 3b49720e397b1c8042cf262547f6e8a0590dc078 (patch) | |
tree | 1138eda94df1c169c95a2b3d3dbe2b706ba6fe3c /lib/libalpm/deps.c | |
parent | 04e054f3cbc9ddda9d99e4891055ae2743b3b8ff (diff) | |
download | pacman-3b49720e397b1c8042cf262547f6e8a0590dc078.tar.gz pacman-3b49720e397b1c8042cf262547f6e8a0590dc078.tar.xz |
updated structure names (PM_SYNCPKG), and added transaction queues (install & remove)
Diffstat (limited to 'lib/libalpm/deps.c')
-rw-r--r-- | lib/libalpm/deps.c | 2 |
1 files changed, 1 insertions, 1 deletions
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 */ |