]> git.saurik.com Git - apt.git/blobdiff - apt-pkg/contrib/hashes.h
doc: VerifyFile checks all hashes instead of best only
[apt.git] / apt-pkg / contrib / hashes.h
index b3f08535f56696701f018b71fd1139a9ca6d1ec6..9bfc32c54aeb7c4bb05572dad2c7f884cddef234 100644 (file)
@@ -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