From 3b49720e397b1c8042cf262547f6e8a0590dc078 Mon Sep 17 00:00:00 2001 From: Aurelien Foret Date: Wed, 6 Apr 2005 18:29:17 +0000 Subject: updated structure names (PM_SYNCPKG), and added transaction queues (install & remove) --- lib/libalpm/deps.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/libalpm/deps.c') 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 */ -- cgit v1.2.3-24-g4f1b