diff options
| author | msaitoh <msaitoh@NetBSD.org> | 2021-12-05 02:41:44 +0000 |
|---|---|---|
| committer | msaitoh <msaitoh@NetBSD.org> | 2021-12-05 02:41:44 +0000 |
| commit | 3e6a1e66aef985a7f95b111ae44f673b3ec4f593 (patch) | |
| tree | b3b8faada084d868c7d71a3b51732a9d8727cd67 /sys/dev | |
| parent | 18ab67d19115ccfdaebddedfbde14e603149bd98 (diff) | |
s/decript/decrypt/ in comment.
Diffstat (limited to 'sys/dev')
| -rw-r--r-- | sys/dev/marvell/mvcesa.c | 6 | ||||
| -rw-r--r-- | sys/dev/marvell/mvcesareg.h | 4 |
2 files changed, 5 insertions, 5 deletions
diff --git a/sys/dev/marvell/mvcesa.c b/sys/dev/marvell/mvcesa.c index 701c17ce0e4..973dcb39f57 100644 --- a/sys/dev/marvell/mvcesa.c +++ b/sys/dev/marvell/mvcesa.c @@ -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 @@ mvcesa_des_encdec(struct mvcesa_softc *sc, struct mvcesa_session *ses, } /* - * 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 --git a/sys/dev/marvell/mvcesareg.h b/sys/dev/marvell/mvcesareg.h index 04c34e8e8ea..71d19172dd6 100644 --- a/sys/dev/marvell/mvcesareg.h +++ b/sys/dev/marvell/mvcesareg.h @@ -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 */ |
