summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Kalnischkies <david@kalnischkies.de>2015-11-28 17:11:23 +0100
committerDavid Kalnischkies <david@kalnischkies.de>2015-11-29 01:08:37 +0100
commit875a9e54ba956dace823866bca7935f6ab8e8d06 (patch)
tree73d233368fc0bf328d6602f9337904379905ee98
parent20597fb843c52cddd108ebfb50108ccb662b687a (diff)
doc: VerifyFile checks all hashes instead of best only
The implementation changed in 495b7a615a2d8f485beadf88c6ed298f5bbe50c2 Git-Dch: Ignore Reported-By: Julian Andres Klode <jak@debian.org>
-rw-r--r--apt-pkg/contrib/hashes.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/apt-pkg/contrib/hashes.h b/apt-pkg/contrib/hashes.h
index b3f08535f..9bfc32c54 100644
--- a/apt-pkg/contrib/hashes.h
+++ b/apt-pkg/contrib/hashes.h
@@ -120,7 +120,7 @@ class HashStringList
/** @return size of the list of HashStrings */
size_t size() const { return list.size(); }
- /** take the 'best' hash and verify file with it
+ /** verify file against all hashes in the list
*
* @param filename to verify
* @return true if the file matches the hashsum, otherwise false