aboutsummaryrefslogtreecommitdiff
path: root/sys/opencrypto
diff options
context:
space:
mode:
authorEd Maste <emaste@FreeBSD.org>2020-02-07 19:53:07 +0000
committerEd Maste <emaste@FreeBSD.org>2020-02-07 19:53:07 +0000
commit5aa0576b330d8ecdf4506b1819c6be838a851e50 (patch)
treee2d5273e67b1d3acee448133361adbf81a7268a2 /sys/opencrypto
parent723180da5978dcc980d754534061238273453b45 (diff)
downloadsrc-5aa0576b330d8ecdf4506b1819c6be838a851e50.tar.gz
src-5aa0576b330d8ecdf4506b1819c6be838a851e50.zip
Miscellaneous typo fixes
Submitted by: Gordon Bergling <gbergling_gmail.com> Differential Revision: https://reviews.freebsd.org/D23453
Notes
Notes: svn path=/head/; revision=357664
Diffstat (limited to 'sys/opencrypto')
-rw-r--r--sys/opencrypto/xform_enc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/opencrypto/xform_enc.h b/sys/opencrypto/xform_enc.h
index e2b87f5cb1cf..3849dd5d95a4 100644
--- a/sys/opencrypto/xform_enc.h
+++ b/sys/opencrypto/xform_enc.h
@@ -88,7 +88,7 @@ extern struct enc_xform enc_xform_ccm;
struct aes_icm_ctx {
u_int32_t ac_ek[4*(RIJNDAEL_MAXNR + 1)];
- /* ac_block is initalized to IV */
+ /* ac_block is initialized to IV */
u_int8_t ac_block[AESICM_BLOCKSIZE];
int ac_nr;
};