diff options
Diffstat (limited to 'src/lib')
-rw-r--r-- | src/lib/hash/hash.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/hash/hash.h b/src/lib/hash/hash.h index 01e52e9b6..8c6440e65 100644 --- a/src/lib/hash/hash.h +++ b/src/lib/hash/hash.h @@ -34,7 +34,7 @@ class BOTAN_PUBLIC_API(2,0) HashFunction : public Buffered_Computation * If provider is empty then best available is chosen. * @param algo_spec algorithm name * @param provider provider implementation to use - * Throws Lookup_Error if not not found. + * Throws Lookup_Error if not found. */ static std::unique_ptr<HashFunction> create_or_throw(const std::string& algo_spec, |