diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2016-09-23 15:42:08 +0200 |
---|---|---|
committer | Jesper Nilsson <jespern@axis.com> | 2016-09-23 15:42:08 +0200 |
commit | 60a7a19985244a8549fd3a7e4a18194ab710ddbf (patch) | |
tree | f84f2763ccc782873751e66f560f8cc3a27d96c5 /arch/cris | |
parent | a94c83c09937a1d513d21cdd652c4d8326794912 (diff) |
Fix typo
Signed-off-by: Andrea Gelmini <andrea.gelmini@gelma.net>
Signed-off-by: Jesper Nilsson <jespern@axis.com>
Diffstat (limited to 'arch/cris')
-rw-r--r-- | arch/cris/include/arch-v32/arch/cryptocop.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/cris/include/arch-v32/arch/cryptocop.h b/arch/cris/include/arch-v32/arch/cryptocop.h index 716e434e9269..a56ac61a9931 100644 --- a/arch/cris/include/arch-v32/arch/cryptocop.h +++ b/arch/cris/include/arch-v32/arch/cryptocop.h @@ -81,7 +81,7 @@ struct cryptocop_tfrm_cfg { unsigned int flags; /* DECRYPT, ENCRYPT, EXPLICIT_IV */ - /* CBC initialisation vector for cihers. */ + /* CBC initialisation vector for ciphers. */ u8 iv[CRYPTOCOP_MAX_IV_LENGTH]; /* The position in output where to write the transform output. The order |