diff options
-rw-r--r-- | crypto/api.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/api.c b/crypto/api.c index 3b6180336d3d..320ea4d8a0f5 100644 --- a/crypto/api.c +++ b/crypto/api.c | |||
@@ -391,7 +391,7 @@ EXPORT_SYMBOL_GPL(__crypto_alloc_tfm); | |||
391 | * @mask: Mask for type comparison | 391 | * @mask: Mask for type comparison |
392 | * | 392 | * |
393 | * This function should not be used by new algorithm types. | 393 | * This function should not be used by new algorithm types. |
394 | * Plesae use crypto_alloc_tfm instead. | 394 | * Please use crypto_alloc_tfm instead. |
395 | * | 395 | * |
396 | * crypto_alloc_base() will first attempt to locate an already loaded | 396 | * crypto_alloc_base() will first attempt to locate an already loaded |
397 | * algorithm. If that fails and the kernel supports dynamically loadable | 397 | * algorithm. If that fails and the kernel supports dynamically loadable |