aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/hash/hash.h
diff options
context:
space:
mode:
authorMarcus Brinkmann <[email protected]>2017-11-26 03:06:06 +0100
committerMarcus Brinkmann <[email protected]>2017-11-26 03:06:06 +0100
commit21c314237c6869fd5f8c6ed18f3c5769e7338237 (patch)
treeb3dee56436d633739f49cf74bef713b9ea1110ae /src/lib/hash/hash.h
parentc23eb5eb3463459654e0f6601a3b2304eb2076ee (diff)
Minor documentation fix in HashFunction::create_or_throw.
Diffstat (limited to 'src/lib/hash/hash.h')
-rw-r--r--src/lib/hash/hash.h2
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,