Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/dev/marvell s/decript/decrypt/ in comment.



details:   https://anonhg.NetBSD.org/src/rev/894df494e4fb
branches:  trunk
changeset: 1026661:894df494e4fb
user:      msaitoh <msaitoh%NetBSD.org@localhost>
date:      Sun Dec 05 02:41:44 2021 +0000

description:
s/decript/decrypt/ in comment.

diffstat:

 sys/dev/marvell/mvcesa.c    |  6 +++---
 sys/dev/marvell/mvcesareg.h |  4 ++--
 2 files changed, 5 insertions(+), 5 deletions(-)

diffs (45 lines):

diff -r d7c0070680d3 -r 894df494e4fb sys/dev/marvell/mvcesa.c
--- a/sys/dev/marvell/mvcesa.c  Sun Dec 05 02:25:29 2021 +0000
+++ b/sys/dev/marvell/mvcesa.c  Sun Dec 05 02:41:44 2021 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: mvcesa.c,v 1.3 2020/06/14 23:29:23 riastradh Exp $     */
+/*     $NetBSD: mvcesa.c,v 1.4 2021/12/05 02:41:44 msaitoh Exp $       */
 /*
  * Copyright (c) 2008 KIYOHARA Takashi
  * All rights reserved.
@@ -26,7 +26,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: mvcesa.c,v 1.3 2020/06/14 23:29:23 riastradh Exp $");
+__KERNEL_RCSID(0, "$NetBSD: mvcesa.c,v 1.4 2021/12/05 02:41:44 msaitoh Exp $");
 
 #include <sys/param.h>
 #include <sys/bus.h>
@@ -716,7 +716,7 @@
                }
 
                /*
-                * Encryption/Decription calculation time is 9 cycles in DES
+                * Encryption/Decryption calculation time is 9 cycles in DES
                 * mode and 25 cycles in 3DES mode.
                 */
                bus_space_write_4(sc->sc_iot, sc->sc_ioh, MVCESA_DESE_DBL,
diff -r d7c0070680d3 -r 894df494e4fb sys/dev/marvell/mvcesareg.h
--- a/sys/dev/marvell/mvcesareg.h       Sun Dec 05 02:25:29 2021 +0000
+++ b/sys/dev/marvell/mvcesareg.h       Sun Dec 05 02:41:44 2021 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: mvcesareg.h,v 1.2 2013/09/28 05:46:51 kiyohara Exp $   */
+/*     $NetBSD: mvcesareg.h,v 1.3 2021/12/05 02:41:44 msaitoh Exp $    */
 /*
  * Copyright (c) 2008 KIYOHARA Takashi
  * All rights reserved.
@@ -80,7 +80,7 @@
 #define MVCESA_SHA1MD5I_AC_IVBYTESWAP          (1 << 4)
 #define MVCESA_SHA1MD5I_AC_TERMINATION         (1 << 31)
 
-/* AES Encryption/Decription Interface Registers */
+/* AES Encryption/Decryption Interface Registers */
 #define MVCESA_AES_ENCRYPTION  0xd80
 #define MVCESA_AES_DECRYPTION  0xdc0
 #define MVCESA_AES_DIOC_OFF      0x20  /* Data In/Out Column */



Home | Main Index | Thread Index | Old Index