From: Klaus Kaempf Date: Tue, 13 May 2008 16:09:37 +0000 (+0000) Subject: fix comments X-Git-Tag: BASE-SuSE-Code-12_1-Branch~649 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=1fb596781ee5972cd8168c8d072336baf5232c34;p=platform%2Fupstream%2Flibsolv.git fix comments --- diff --git a/src/solver.c b/src/solver.c index 7069bee..4b52b8e 100644 --- a/src/solver.c +++ b/src/solver.c @@ -1651,6 +1651,7 @@ propagate(Solver *solv, int level) else /* go find a 'd' to make 'true' */ { /* foreach 'd' */ + /* FIXME: should be a policy */ for (dp = pool->whatprovidesdata + r->d; (p = *dp++) != 0;) if (p != other_watch /* which is not what we just checked */ && !DECISIONMAP_TRUE(-p)) /* and its not already decided 'negative' */ @@ -2493,7 +2494,7 @@ run_solver(Solver *solv, int disablerules, int doweak) if (!dq.count && solv->decisionmap[i] != 0) continue; olevel = level; - /* FIXME: i is handled a bit different because we do not want + /* FIXME: it is handled a bit different because we do not want * to have it pruned just because it is not recommened. * we should not prune installed packages instead */