aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/hash/hash.h
diff options
context:
space:
mode:
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 9bc06e953..206333b9f 100644
--- a/src/lib/hash/hash.h
+++ b/src/lib/hash/hash.h
@@ -26,7 +26,7 @@ class BOTAN_DLL HashFunction : public Buffered_Computation
* Create an instance based on a name
* If provider is empty then best available is chosen.
* @param algo_spec algorithm name
- * @param provider provider implementation to choose
+ * @param provider provider implementation to use
* @return a null pointer if the algo/provider combination cannot be found
*/
static std::unique_ptr<HashFunction> create(const std::string& algo_spec,