summaryrefslogtreecommitdiff
path: root/apt-pkg
diff options
context:
space:
mode:
authorArch Librarian <arch@canonical.com>2004-09-20 16:57:27 +0000
committerArch Librarian <arch@canonical.com>2004-09-20 16:57:27 +0000
commitabc8419e9114fa0cc1f925eab6b9f456bba90804 (patch)
tree1cab9219aa206cc04f7fa483ed76661d6487371c /apt-pkg
parenta48808d395518993b71b5946e66f70c8afbcd5ab (diff)
Comment update
Author: jgg Date: 2001-04-06 05:40:03 GMT Comment update
Diffstat (limited to 'apt-pkg')
-rw-r--r--apt-pkg/algorithms.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/apt-pkg/algorithms.cc b/apt-pkg/algorithms.cc
index 0fcad42eb..e1f9edb2a 100644
--- a/apt-pkg/algorithms.cc
+++ b/apt-pkg/algorithms.cc
@@ -1,6 +1,6 @@
// -*- mode: cpp; mode: fold -*-
// Description /*{{{*/
-// $Id: algorithms.cc,v 1.33 2001/03/23 07:53:19 jgg Exp $
+// $Id: algorithms.cc,v 1.34 2001/04/06 05:40:03 jgg Exp $
/* ######################################################################
Algorithms - A set of misc algorithms
@@ -378,7 +378,7 @@ bool pkgMinimizeUpgrade(pkgDepCache &Cache)
if (Cache.BrokenCount() != 0)
return false;
- // We loop indefinately to get the minimal set size.
+ // We loop for 10 tries to get the minimal set size.
bool Change = false;
unsigned int Count = 0;
do