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/kdf/kdf.h | |
parent | e94e615e528e73f2a9354291d844514b4e1c0636 (diff) |
Address some review comments by Simon. GH #279
Diffstat (limited to 'src/lib/kdf/kdf.h')
-rw-r--r-- | src/lib/kdf/kdf.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/kdf/kdf.h b/src/lib/kdf/kdf.h index a8d4650e0..88b50c8b8 100644 --- a/src/lib/kdf/kdf.h +++ b/src/lib/kdf/kdf.h @@ -26,7 +26,7 @@ class BOTAN_DLL KDF /** * 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<KDF> create(const std::string& algo_spec, const std::string& provider = ""); |