aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/kdf/kdf.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/kdf/kdf.h')
-rw-r--r--src/lib/kdf/kdf.h2
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 = "");