mirror of
https://git.proxmox.com/git/mirror_zfs.git
synced 2026-05-22 02:27:36 +03:00
Fix typos in modules/icp/
Reviewed-by: Ryan Moeller <ryan@ixsystems.com> Reviewed-by: Richard Laager <rlaager@wiktel.com> Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov> Signed-off-by: Andrea Gelmini <andrea.gelmini@gelma.net> Closes #9239
This commit is contained in:
committed by
Tony Hutter
parent
bcfa65802c
commit
8c01eb1c4a
@@ -63,7 +63,7 @@
|
||||
*
|
||||
* Returns:
|
||||
* CRYPTO_SUCCESS when the context template is successfully created.
|
||||
* CRYPTO_HOST_MEMEORY: mem alloc failure
|
||||
* CRYPTO_HOST_MEMORY: mem alloc failure
|
||||
* CRYPTO_ARGUMENTS_BAD: NULL storage for the ctx template.
|
||||
* RYPTO_MECHANISM_INVALID: invalid mechanism 'mech'.
|
||||
*/
|
||||
@@ -123,7 +123,7 @@ crypto_create_ctx_template(crypto_mechanism_t *mech, crypto_key_t *key,
|
||||
* crypto_create_ctx_template()
|
||||
*
|
||||
* Description:
|
||||
* Frees the inbedded crypto_spi_ctx_template_t, then the
|
||||
* Frees the embedded crypto_spi_ctx_template_t, then the
|
||||
* kcf_ctx_template_t.
|
||||
*
|
||||
* Context:
|
||||
|
||||
Reference in New Issue
Block a user