aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/hash/hash.h
diff options
context:
space:
mode:
authorRenĂ© Korthaus <[email protected]>2016-10-16 17:19:18 +0200
committerRenĂ© Korthaus <[email protected]>2016-10-19 09:13:34 +0200
commit446f2a0289cca0de11e748e73071a39c06940239 (patch)
treec22651dea9e9505341e92fbb33d7b488b6444980 /src/lib/hash/hash.h
parenta08e0160301f20e4f5d620a146a1556e0ac7c95d (diff)
Improve stream doxygen [ci skip]
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,