Source-Changes-HG archive

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

[src/trunk]: src/sys/dev/pci Correct the abbreviation of approximately to 'ap...



details:   https://anonhg.NetBSD.org/src/rev/3abb91e42dcb
branches:  trunk
changeset: 369650:3abb91e42dcb
user:      skrll <skrll%NetBSD.org@localhost>
date:      Sat Aug 27 05:35:17 2022 +0000

description:
Correct the abbreviation of approximately to 'approx.'

diffstat:

 sys/dev/pci/auixp.c  |  6 +++---
 sys/dev/pci/if_bge.c |  6 +++---
 sys/dev/pci/ubsec.c  |  6 +++---
 3 files changed, 9 insertions(+), 9 deletions(-)

diffs (81 lines):

diff -r 97a8acc21046 -r 3abb91e42dcb sys/dev/pci/auixp.c
--- a/sys/dev/pci/auixp.c       Sat Aug 27 05:33:53 2022 +0000
+++ b/sys/dev/pci/auixp.c       Sat Aug 27 05:35:17 2022 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: auixp.c,v 1.53 2022/01/25 22:01:35 andvar Exp $ */
+/* $NetBSD: auixp.c,v 1.54 2022/08/27 05:35:17 skrll Exp $ */
 
 /*
  * Copyright (c) 2004, 2005 Reinoud Zandijk <reinoud%netbsd.org@localhost>
@@ -43,7 +43,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: auixp.c,v 1.53 2022/01/25 22:01:35 andvar Exp $");
+__KERNEL_RCSID(0, "$NetBSD: auixp.c,v 1.54 2022/08/27 05:35:17 skrll Exp $");
 
 #include <sys/types.h>
 #include <sys/errno.h>
@@ -1624,7 +1624,7 @@
        value |= ATI_REG_CMD_AC_SOFT_RESET;
        bus_space_write_4(iot, ioh, ATI_REG_CMD, value);
 
-       /* need to read the CMD reg and wait aprox. 10 usec to init */
+       /* need to read the CMD reg and wait approx. 10 usec to init */
        value  = bus_space_read_4(iot, ioh, ATI_REG_CMD);
        DELAY(20);
 
diff -r 97a8acc21046 -r 3abb91e42dcb sys/dev/pci/if_bge.c
--- a/sys/dev/pci/if_bge.c      Sat Aug 27 05:33:53 2022 +0000
+++ b/sys/dev/pci/if_bge.c      Sat Aug 27 05:35:17 2022 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: if_bge.c,v 1.381 2022/08/25 06:43:30 skrll Exp $       */
+/*     $NetBSD: if_bge.c,v 1.382 2022/08/27 05:35:17 skrll Exp $       */
 
 /*
  * Copyright (c) 2001 Wind River Systems
@@ -79,7 +79,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: if_bge.c,v 1.381 2022/08/25 06:43:30 skrll Exp $");
+__KERNEL_RCSID(0, "$NetBSD: if_bge.c,v 1.382 2022/08/27 05:35:17 skrll Exp $");
 
 #include <sys/param.h>
 #include <sys/types.h>
@@ -4799,7 +4799,7 @@
 bge_asf_driver_up(struct bge_softc *sc)
 {
        if (sc->bge_asf_mode & ASF_STACKUP) {
-               /* Send ASF heartbeat aprox. every 2s */
+               /* Send ASF heartbeat approx. every 2s */
                if (sc->bge_asf_count)
                        sc->bge_asf_count --;
                else {
diff -r 97a8acc21046 -r 3abb91e42dcb sys/dev/pci/ubsec.c
--- a/sys/dev/pci/ubsec.c       Sat Aug 27 05:33:53 2022 +0000
+++ b/sys/dev/pci/ubsec.c       Sat Aug 27 05:35:17 2022 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: ubsec.c,v 1.61 2022/08/27 05:33:53 skrll Exp $ */
+/*     $NetBSD: ubsec.c,v 1.62 2022/08/27 05:35:17 skrll Exp $ */
 /* $FreeBSD: src/sys/dev/ubsec/ubsec.c,v 1.6.2.6 2003/01/23 21:06:43 sam Exp $ */
 /*     $OpenBSD: ubsec.c,v 1.143 2009/03/27 13:31:30 reyk Exp$ */
 
@@ -35,7 +35,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: ubsec.c,v 1.61 2022/08/27 05:33:53 skrll Exp $");
+__KERNEL_RCSID(0, "$NetBSD: ubsec.c,v 1.62 2022/08/27 05:35:17 skrll Exp $");
 
 #undef UBSEC_DEBUG
 
@@ -2181,7 +2181,7 @@
        WRITE_REG(sc, BS_CTRL, ctrl);
 
        /*
-       * Wait aprox. 30 PCI clocks = 900 ns = 0.9 us
+       * Wait approx. 30 PCI clocks = 900 ns = 0.9 us
        */
        DELAY(10);
 



Home | Main Index | Thread Index | Old Index