From 60a7a19985244a8549fd3a7e4a18194ab710ddbf Mon Sep 17 00:00:00 2001 From: Andrea Gelmini Date: Fri, 23 Sep 2016 15:42:08 +0200 Subject: Fix typo Signed-off-by: Andrea Gelmini Signed-off-by: Jesper Nilsson --- arch/cris/include/arch-v32/arch/cryptocop.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'arch/cris') 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 -- cgit