Module Name: src
Committed By: dholland
Date: Thu Mar 18 22:25:51 UTC 2010
Modified Files:
src/sys/arch/cats/conf: GENERIC
src/sys/arch/netwinder/conf: GENERIC
src/sys/arch/zaurus/conf: GENERIC
Log Message:
grammar patrol
To generate a diff of this commit:
cvs rdiff -u -r1.128 -r1.129 src/sys/arch/cats/conf/GENERIC
cvs rdiff -u -r1.98 -r1.99 src/sys/arch/netwinder/conf/GENERIC
cvs rdiff -u -r1.29 -r1.30 src/sys/arch/zaurus/conf/GENERIC
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sys/arch/cats/conf/GENERIC
diff -u src/sys/arch/cats/conf/GENERIC:1.128 src/sys/arch/cats/conf/GENERIC:1.129
--- src/sys/arch/cats/conf/GENERIC:1.128 Sat Dec 5 20:11:10 2009
+++ src/sys/arch/cats/conf/GENERIC Thu Mar 18 22:25:51 2010
@@ -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
Index: src/sys/arch/netwinder/conf/GENERIC
diff -u src/sys/arch/netwinder/conf/GENERIC:1.98 src/sys/arch/netwinder/conf/GENERIC:1.99
--- src/sys/arch/netwinder/conf/GENERIC:1.98 Sat Dec 5 20:11:16 2009
+++ src/sys/arch/netwinder/conf/GENERIC Thu Mar 18 22:25:51 2010
@@ -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
Index: src/sys/arch/zaurus/conf/GENERIC
diff -u src/sys/arch/zaurus/conf/GENERIC:1.29 src/sys/arch/zaurus/conf/GENERIC:1.30
--- src/sys/arch/zaurus/conf/GENERIC:1.29 Sun Dec 13 04:36:02 2009
+++ src/sys/arch/zaurus/conf/GENERIC Thu Mar 18 22:25:51 2010
@@ -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