Source-Changes-HG archive

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

[src/trunk]: src/sys/arch grammar patrol



details:   https://anonhg.NetBSD.org/src/rev/4d06be4fdc29
branches:  trunk
changeset: 753157:4d06be4fdc29
user:      dholland <dholland%NetBSD.org@localhost>
date:      Thu Mar 18 22:25:51 2010 +0000

description:
grammar patrol

diffstat:

 sys/arch/cats/conf/GENERIC      |  4 ++--
 sys/arch/netwinder/conf/GENERIC |  4 ++--
 sys/arch/zaurus/conf/GENERIC    |  4 ++--
 3 files changed, 6 insertions(+), 6 deletions(-)

diffs (54 lines):

diff -r 4e9683faf174 -r 4d06be4fdc29 sys/arch/cats/conf/GENERIC
--- a/sys/arch/cats/conf/GENERIC        Thu Mar 18 22:17:55 2010 +0000
+++ b/sys/arch/cats/conf/GENERIC        Thu Mar 18 22:25:51 2010 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.128 2009/12/05 20:11:10 pooka Exp $
+# $NetBSD: GENERIC,v 1.129 2010/03/18 22:25:51 dholland Exp $
 #
 # GENERIC machine description file
 # 
@@ -186,7 +186,7 @@
 # Development and Debugging options
 
 #options       PORTMASTER      # Enable PortMaster only options
-#options       DIAGNOSTIC      # internally consistency checks
+#options       DIAGNOSTIC      # internal consistency checks
 #options       PMAP_DEBUG      # Enable pmap_debug_level code
 options        DDB             # in-kernel debugger
 options        DDB_HISTORY_SIZE=100    # Enable history editing in DDB
diff -r 4e9683faf174 -r 4d06be4fdc29 sys/arch/netwinder/conf/GENERIC
--- a/sys/arch/netwinder/conf/GENERIC   Thu Mar 18 22:17:55 2010 +0000
+++ b/sys/arch/netwinder/conf/GENERIC   Thu Mar 18 22:25:51 2010 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.98 2009/12/05 20:11:16 pooka Exp $
+# $NetBSD: GENERIC,v 1.99 2010/03/18 22:25:51 dholland Exp $
 #
 # GENERIC machine description file
 # 
@@ -166,7 +166,7 @@
 
 #options       ARM700BUGTRACK  # track the ARM700 swi bug
 #options       PORTMASTER      # Enable PortMaster only options
-#options       DIAGNOSTIC      # internally consistency checks
+#options       DIAGNOSTIC      # internal consistency checks
 #options       PMAP_DEBUG      # Enable pmap_debug_level code
 options        DDB             # in-kernel debugger
 options        DDB_HISTORY_SIZE=100    # Enable history editing in DDB
diff -r 4e9683faf174 -r 4d06be4fdc29 sys/arch/zaurus/conf/GENERIC
--- a/sys/arch/zaurus/conf/GENERIC      Thu Mar 18 22:17:55 2010 +0000
+++ b/sys/arch/zaurus/conf/GENERIC      Thu Mar 18 22:25:51 2010 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: GENERIC,v 1.29 2009/12/13 04:36:02 nonaka Exp $
+#      $NetBSD: GENERIC,v 1.30 2010/03/18 22:25:51 dholland Exp $
 #
 # GENERIC machine description file
 #
@@ -147,7 +147,7 @@
 
 # Development and Debugging options
 
-options        DIAGNOSTIC      # internally consistency checks
+options        DIAGNOSTIC      # internal consistency checks
 #options       DEBUG
 #options       VERBOSE_INIT_ARM # verbose bootstraping messages
 options        DDB             # in-kernel debugger



Home | Main Index | Thread Index | Old Index