From: Michael Vogt Date: Tue, 8 Feb 2011 09:25:47 +0000 (+0100) Subject: merged from lp:~donkult/apt/sid X-Git-Tag: 0.8.11~5^2 X-Git-Url: https://git.saurik.com/apt.git/commitdiff_plain/4c6cf49317769725fee34a132c52ec1fe076b8b5?hp=3eb9e257855d83d0486d7a5fa7cc5e2edebb6aaa merged from lp:~donkult/apt/sid --- diff --git a/apt-pkg/acquire-item.cc b/apt-pkg/acquire-item.cc index 776009493..d4df31e85 100644 --- a/apt-pkg/acquire-item.cc +++ b/apt-pkg/acquire-item.cc @@ -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, diff --git a/apt-pkg/acquire-item.h b/apt-pkg/acquire-item.h index 9bcc32f21..2ae7bf27c 100644 --- a/apt-pkg/acquire-item.h +++ b/apt-pkg/acquire-item.h @@ -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. *