From 408ea0a9b8ed0f575f8ee26891473920b42ef026 Mon Sep 17 00:00:00 2001 From: Jack Lloyd Date: Mon, 21 Sep 2015 12:24:08 -0400 Subject: Address some review comments by Simon. GH #279 --- src/lib/mac/mac.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/lib/mac') 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 create(const std::string& algo_spec, const std::string& provider = ""); -- cgit v1.2.3