]> git.saurik.com Git - apt.git/commitdiff
merged from lp:~donkult/apt/sid
authorMichael Vogt <michael.vogt@ubuntu.com>
Tue, 8 Feb 2011 09:25:47 +0000 (10:25 +0100)
committerMichael Vogt <michael.vogt@ubuntu.com>
Tue, 8 Feb 2011 09:25:47 +0000 (10:25 +0100)
apt-pkg/acquire-item.cc
apt-pkg/acquire-item.h

index 77600949317e49d704b8bc2a0cc26dcd0d496cd3..d4df31e85bc067f8267c340a48e929bac176ff46 100644 (file)
@@ -186,10 +186,8 @@ void pkgAcquire::Item::ReportMirrorFailure(string FailCode)
                                                                        /*}}}*/
 // AcqSubIndex::AcqSubIndex - Constructor                              /*{{{*/
 // ---------------------------------------------------------------------
-/* Get the DiffIndex file first and see if there are patches availabe 
- * If so, create a pkgAcqIndexDiffs fetcher that will get and apply the
- * patches. If anything goes wrong in that process, it will fall back to
- * the original packages file
+/* Get the Index file first and see if there are languages available
+ * If so, create a pkgAcqIndexTrans for the found language(s).
  */
 pkgAcqSubIndex::pkgAcqSubIndex(pkgAcquire *Owner, string const &URI,
                                 string const &URIDesc, string const &ShortDesc,
index 9bcc32f21331ef4a061c81122d5e983de4c4d897..2ae7bf27c4665687f9d3eecfdeabd7ee3b88c3d8 100644 (file)
@@ -315,7 +315,7 @@ class pkgAcqSubIndex : public pkgAcquire::Item
    virtual string Custom600Headers();
    virtual bool ParseIndex(string const &IndexFile);
 
-   /** \brief Create a new pkgAcqDiffIndex.
+   /** \brief Create a new pkgAcqSubIndex.
     *
     *  \param Owner The Acquire object that owns this item.
     *