Просмотр исходного кода

Fix typo

Signed-off-by: Andrea Gelmini <andrea.gelmini@gelma.net>
Signed-off-by: Jesper Nilsson <jespern@axis.com>
Andrea Gelmini 9 лет назад
Родитель
Сommit
60a7a19985
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      arch/cris/include/arch-v32/arch/cryptocop.h

+ 1 - 1
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