aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/mac/mac.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/mac/mac.h')
-rw-r--r--src/lib/mac/mac.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/mac/mac.h b/src/lib/mac/mac.h
index 6f18fce19..90ef4db15 100644
--- a/src/lib/mac/mac.h
+++ b/src/lib/mac/mac.h
@@ -27,7 +27,7 @@ class BOTAN_DLL MessageAuthenticationCode : public Buffered_Computation,
/**
* Create an instance based on a name
* Will return a null pointer if the algo/provider combination cannot
- * be found. If providers is empty then best available is chosen.
+ * be found. If provider is empty then best available is chosen.
*/
static std::unique_ptr<MessageAuthenticationCode> create(const std::string& algo_spec,
const std::string& provider = "");