diff options
author | Jack Lloyd <[email protected]> | 2015-09-21 12:24:08 -0400 |
---|---|---|
committer | Jack Lloyd <[email protected]> | 2015-09-21 12:24:08 -0400 |
commit | 408ea0a9b8ed0f575f8ee26891473920b42ef026 (patch) | |
tree | e0c6e3f0cec52bc7389a1d3e6de45bf959960535 /src/lib/mac | |
parent | e94e615e528e73f2a9354291d844514b4e1c0636 (diff) |
Address some review comments by Simon. GH #279
Diffstat (limited to 'src/lib/mac')
-rw-r--r-- | src/lib/mac/mac.h | 2 |
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 = ""); |