aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib
diff options
context:
space:
mode:
authorJack Lloyd <[email protected]>2017-11-25 21:37:32 -0500
committerJack Lloyd <[email protected]>2017-11-25 21:37:32 -0500
commit37bfb85f612ad380686540f50c6fc5d3d3cccbc7 (patch)
tree159aa40a955be73aa6bd56b3138d904a6d7a3c77 /src/lib
parent55185c7ef97dba397029c818d3144209069cb922 (diff)
parent21c314237c6869fd5f8c6ed18f3c5769e7338237 (diff)
Merge #1313 Fix Doxygen comment on HashFunction::create_or_throw
Diffstat (limited to 'src/lib')
-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,