Source-Changes-HG archive

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

[src/trunk]: src/sys/arch constraint, not contraint.



details:   https://anonhg.NetBSD.org/src/rev/3a851789872a
branches:  trunk
changeset: 511540:3a851789872a
user:      wiz <wiz%NetBSD.org@localhost>
date:      Thu Jun 21 12:15:03 2001 +0000

description:
constraint, not contraint.

diffstat:

 sys/arch/alpha/include/bus.h       |  4 ++--
 sys/arch/next68k/include/bus_dma.h |  4 ++--
 sys/arch/vax/include/bus.h         |  4 ++--
 3 files changed, 6 insertions(+), 6 deletions(-)

diffs (54 lines):

diff -r 06ad316780a0 -r 3a851789872a sys/arch/alpha/include/bus.h
--- a/sys/arch/alpha/include/bus.h      Thu Jun 21 12:13:36 2001 +0000
+++ b/sys/arch/alpha/include/bus.h      Thu Jun 21 12:15:03 2001 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: bus.h,v 1.42 2001/03/07 22:42:16 thorpej Exp $ */
+/* $NetBSD: bus.h,v 1.43 2001/06/21 12:15:03 wiz Exp $ */
 
 /*-
  * Copyright (c) 1997, 1998, 2000, 2001 The NetBSD Foundation, Inc.
@@ -583,7 +583,7 @@
        /*
         * Some chipsets have a built-in boundary constraint, independent
         * of what the device requests.  This allows that boundary to
-        * be specified.  If the device has a more restrictive contraint,
+        * be specified.  If the device has a more restrictive constraint,
         * the map will use that, otherwise this boundary will be used.
         * This value is ignored if 0.
         */
diff -r 06ad316780a0 -r 3a851789872a sys/arch/next68k/include/bus_dma.h
--- a/sys/arch/next68k/include/bus_dma.h        Thu Jun 21 12:13:36 2001 +0000
+++ b/sys/arch/next68k/include/bus_dma.h        Thu Jun 21 12:15:03 2001 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: bus_dma.h,v 1.7 2001/04/16 21:36:58 dbj Exp $ */
+/* $NetBSD: bus_dma.h,v 1.8 2001/06/21 12:15:04 wiz Exp $ */
 
 /*
  * This file was extracted from from alpha/include/bus.h
@@ -131,7 +131,7 @@
        /*
         * Some chipsets have a built-in boundary constraint, independent
         * of what the device requests.  This allows that boundary to
-        * be specified.  If the device has a more restrictive contraint,
+        * be specified.  If the device has a more restrictive constraint,
         * the map will use that, otherwise this boundary will be used.
         * This value is ignored if 0.
         */
diff -r 06ad316780a0 -r 3a851789872a sys/arch/vax/include/bus.h
--- a/sys/arch/vax/include/bus.h        Thu Jun 21 12:13:36 2001 +0000
+++ b/sys/arch/vax/include/bus.h        Thu Jun 21 12:15:03 2001 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: bus.h,v 1.15 2001/03/07 22:42:21 thorpej Exp $ */
+/*     $NetBSD: bus.h,v 1.16 2001/06/21 12:15:04 wiz Exp $     */
 
 /*-
  * Copyright (c) 1996, 1997, 1998, 2001 The NetBSD Foundation, Inc.
@@ -935,7 +935,7 @@
        /*
         * Some chipsets have a built-in boundary constraint, independent
         * of what the device requests.  This allows that boundary to
-        * be specified.  If the device has a more restrictive contraint,
+        * be specified.  If the device has a more restrictive constraint,
         * the map will use that, otherwise this boundary will be used.
         * This value is ignored if 0.
         */



Home | Main Index | Thread Index | Old Index