Source-Changes-HG archive

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

[src/trunk]: src/sys/dev/marvell fix few typos in comments.



details:   https://anonhg.NetBSD.org/src/rev/0af5aaf5ebde
branches:  trunk
changeset: 372866:0af5aaf5ebde
user:      andvar <andvar%NetBSD.org@localhost>
date:      Sat Dec 31 21:15:20 2022 +0000

description:
fix few typos in comments.

diffstat:

 sys/dev/marvell/mvxpsec.c |  8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diffs (36 lines):

diff -r 65c74addc409 -r 0af5aaf5ebde sys/dev/marvell/mvxpsec.c
--- a/sys/dev/marvell/mvxpsec.c Sat Dec 31 14:35:56 2022 +0000
+++ b/sys/dev/marvell/mvxpsec.c Sat Dec 31 21:15:20 2022 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: mvxpsec.c,v 1.17 2022/07/08 07:02:47 skrll Exp $       */
+/*     $NetBSD: mvxpsec.c,v 1.18 2022/12/31 21:15:20 andvar Exp $      */
 /*
  * Copyright (c) 2015 Internet Initiative Japan Inc.
  * All rights reserved.
@@ -442,7 +442,7 @@
        pool_cache_setlowat(sc->sc_session_pool, MVXPSEC_MAX_SESSIONS / 2);
        sc->sc_last_session = NULL;
 
-       /* Pakcet */
+       /* Packet */
        sc->sc_packet_pool =
            pool_cache_init(sizeof(struct mvxpsec_session), 0, 0, 0,
            "mvxpsec_pktpl", NULL, IPL_NET,
@@ -1025,7 +1025,7 @@
 /*
  * Initialize MVXPSEC Internal SRAM
  *
- * - must be called after DMA initizlization.
+ * - must be called after DMA initialization.
  * - make VM mapping for SRAM area on MBus.
  */
 STATIC int
@@ -1312,7 +1312,7 @@
  * Setup MVXPSEC header structure.
  *
  * the header contains descriptor of security accelerator,
- * key material of chiphers, iv of ciphers and macs, ...
+ * key material of ciphers, iv of ciphers and macs, ...
  *
  * the header is transferred to MVXPSEC Internal SRAM by TDMA,
  * and parsed by MVXPSEC H/W.



Home | Main Index | Thread Index | Old Index