summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorKlaus Kaempf <kkaempf@suse.de>2008-05-13 16:09:37 +0000
committerKlaus Kaempf <kkaempf@suse.de>2008-05-13 16:09:37 +0000
commit1fb596781ee5972cd8168c8d072336baf5232c34 (patch)
treea33a87c27185629ac80aa684edc0ff4ae49dd558 /src
parentecaddd571de02a2d92f79b3580304122d1f8607b (diff)
downloadlibsolv-1fb596781ee5972cd8168c8d072336baf5232c34.tar.gz
libsolv-1fb596781ee5972cd8168c8d072336baf5232c34.tar.bz2
libsolv-1fb596781ee5972cd8168c8d072336baf5232c34.zip
fix comments
Diffstat (limited to 'src')
-rw-r--r--src/solver.c3
1 files changed, 2 insertions, 1 deletions
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
*/