Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/i386/conf Fix typo in TEMPer comment, spotted by Pa...



details:   https://anonhg.NetBSD.org/src/rev/c2e9e36f5be0
branches:  trunk
changeset: 751987:c2e9e36f5be0
user:      tonio <tonio%NetBSD.org@localhost>
date:      Wed Feb 10 19:54:36 2010 +0000

description:
Fix typo in TEMPer comment, spotted by Patrick Welche

diffstat:

 sys/arch/i386/conf/ALL     |  6 +++---
 sys/arch/i386/conf/GENERIC |  6 +++---
 2 files changed, 6 insertions(+), 6 deletions(-)

diffs (54 lines):

diff -r b33bc380df48 -r c2e9e36f5be0 sys/arch/i386/conf/ALL
--- a/sys/arch/i386/conf/ALL    Wed Feb 10 19:45:30 2010 +0000
+++ b/sys/arch/i386/conf/ALL    Wed Feb 10 19:54:36 2010 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: ALL,v 1.236 2010/02/09 22:38:32 tonio Exp $
+# $NetBSD: ALL,v 1.237 2010/02/10 19:54:36 tonio Exp $
 # From NetBSD: GENERIC,v 1.787 2006/10/01 18:37:54 bouyer Exp
 #
 # ALL machine description file
@@ -17,7 +17,7 @@
 
 options        INCLUDE_CONFIG_FILE     # embed config file in kernel binary
 
-#ident                 "ALL-$Revision: 1.236 $"
+#ident                 "ALL-$Revision: 1.237 $"
 
 maxusers       64              # estimated number of users
 
@@ -1171,7 +1171,7 @@
 ukbd*  at uhidev? reportid ?
 wskbd* at ukbd? console ? mux 1
 
-# USB TERMPer and TEMPerHUM
+# USB TEMPer and TEMPerHUM
 uthum* at uhidev? reportid ?
 
 # USB serial adapter
diff -r b33bc380df48 -r c2e9e36f5be0 sys/arch/i386/conf/GENERIC
--- a/sys/arch/i386/conf/GENERIC        Wed Feb 10 19:45:30 2010 +0000
+++ b/sys/arch/i386/conf/GENERIC        Wed Feb 10 19:54:36 2010 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.966 2010/02/09 22:38:32 tonio Exp $
+# $NetBSD: GENERIC,v 1.967 2010/02/10 19:54:36 tonio Exp $
 #
 # GENERIC machine description file
 #
@@ -22,7 +22,7 @@
 
 options        INCLUDE_CONFIG_FILE     # embed config file in kernel binary
 
-#ident                 "GENERIC-$Revision: 1.966 $"
+#ident                 "GENERIC-$Revision: 1.967 $"
 
 maxusers       64              # estimated number of users
 
@@ -1118,7 +1118,7 @@
 ukbd*  at uhidev? reportid ?
 wskbd* at ukbd? console ? mux 1
 
-# USB TERMPer and TEMPerHUM
+# USB TEMPer and TEMPerHUM
 uthum* at uhidev? reportid ?
 
 # USB serial adapter



Home | Main Index | Thread Index | Old Index