Source-Changes-HG archive

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

[src/trunk]: src/sys/net s/acccess/access/



details:   https://anonhg.NetBSD.org/src/rev/9e4818583ad2
branches:  trunk
changeset: 1023997:9e4818583ad2
user:      andvar <andvar%NetBSD.org@localhost>
date:      Wed Oct 06 20:42:44 2021 +0000

description:
s/acccess/access/

diffstat:

 sys/dev/ic/ninjascsi32var.h |  4 ++--
 sys/net/if_media.c          |  6 +++---
 2 files changed, 5 insertions(+), 5 deletions(-)

diffs (45 lines):

diff -r 2898855b7db7 -r 9e4818583ad2 sys/dev/ic/ninjascsi32var.h
--- a/sys/dev/ic/ninjascsi32var.h       Wed Oct 06 20:36:58 2021 +0000
+++ b/sys/dev/ic/ninjascsi32var.h       Wed Oct 06 20:42:44 2021 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: ninjascsi32var.h,v 1.7 2012/10/27 17:18:22 chs Exp $   */
+/*     $NetBSD: ninjascsi32var.h,v 1.8 2021/10/06 20:42:44 andvar Exp $        */
 
 /*-
  * Copyright (c) 2004, 2007 The NetBSD Foundation, Inc.
@@ -114,7 +114,7 @@
        bus_dmamap_t            c_dmamap_xfer;
 };
 
-/* -1 for unaligned acccess */
+/* -1 for unaligned access */
 #define NJSC32_MAX_XFER        ((NJSC32_NUM_SG - 1) << PGSHIFT)
 
 struct njsc32_softc {
diff -r 2898855b7db7 -r 9e4818583ad2 sys/net/if_media.c
--- a/sys/net/if_media.c        Wed Oct 06 20:36:58 2021 +0000
+++ b/sys/net/if_media.c        Wed Oct 06 20:42:44 2021 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: if_media.c,v 1.52 2020/03/15 23:04:51 thorpej Exp $    */
+/*     $NetBSD: if_media.c,v 1.53 2021/10/06 20:42:44 andvar Exp $     */
 
 /*-
  * Copyright (c) 1998, 2020 The NetBSD Foundation, Inc.
@@ -76,7 +76,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: if_media.c,v 1.52 2020/03/15 23:04:51 thorpej Exp $");
+__KERNEL_RCSID(0, "$NetBSD: if_media.c,v 1.53 2021/10/06 20:42:44 andvar Exp $");
 
 #define        __IFMEDIA_PRIVATE
 
@@ -183,7 +183,7 @@
         *
         *      !if_is_mpsafe(ifp) || ((if_is_mpsafe(ifp) && lock != NULL)
         *
-        * ...but we don't have acccess to the ifnet here.
+        * ...but we don't have access to the ifnet here.
         */
 
        TAILQ_INIT(&ifm->ifm_list);



Home | Main Index | Thread Index | Old Index