]> git.saurik.com Git - apt.git/commitdiff
Comment update
authorArch Librarian <arch@canonical.com>
Mon, 20 Sep 2004 16:57:27 +0000 (16:57 +0000)
committerArch Librarian <arch@canonical.com>
Mon, 20 Sep 2004 16:57:27 +0000 (16:57 +0000)
Author: jgg
Date: 2001-04-06 05:40:03 GMT
Comment update

apt-pkg/algorithms.cc

index 0fcad42eb23c1c9ad6a5e668202bc9ad5bb36e8f..e1f9edb2a23bb2462525f50c814a915f0541f0d9 100644 (file)
@@ -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