mirror of
https://git.proxmox.com/git/mirror_zfs.git
synced 2026-05-24 11:18:52 +03:00
Fix typos
Correct various typos in the comments and tests. Reviewed-by: Ryan Moeller <ryan@iXsystems.com> Reviewed-by: Matthew Ahrens <mahrens@delphix.com> Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov> Signed-off-by: Andrea Gelmini <andrea.gelmini@gelma.net> Closes #10423
This commit is contained in:
@@ -102,7 +102,7 @@ typedef struct zio_crypt_key {
|
||||
crypto_key_t zk_current_key;
|
||||
|
||||
#if defined(__FreeBSD__) && defined(_KERNEL)
|
||||
/* Session for current encrpytion key. Must always be set */
|
||||
/* Session for current encryption key. Must always be set */
|
||||
freebsd_crypt_session_t zk_session;
|
||||
#else
|
||||
/* template of current encryption key for illumos crypto api */
|
||||
|
||||
Reference in New Issue
Block a user