Source-Changes-HG archive

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

[src/trunk]: src/sys Fixed a typo



details:   https://anonhg.NetBSD.org/src/rev/51feb9524f93
branches:  trunk
changeset: 795287:51feb9524f93
user:      khorben <khorben%NetBSD.org@localhost>
date:      Sat Apr 05 23:45:11 2014 +0000

description:
Fixed a typo

diffstat:

 sys/arch/evbarm/conf/BEAGLEBOARD |  4 ++--
 sys/arch/evbarm/conf/OVERO       |  4 ++--
 sys/dev/usb/files.usb            |  4 ++--
 3 files changed, 6 insertions(+), 6 deletions(-)

diffs (56 lines):

diff -r a59894e12db3 -r 51feb9524f93 sys/arch/evbarm/conf/BEAGLEBOARD
--- a/sys/arch/evbarm/conf/BEAGLEBOARD  Sat Apr 05 23:36:10 2014 +0000
+++ b/sys/arch/evbarm/conf/BEAGLEBOARD  Sat Apr 05 23:45:11 2014 +0000
@@ -1,5 +1,5 @@
 #
-#      $NetBSD: BEAGLEBOARD,v 1.51 2013/06/30 21:38:56 rmind Exp $
+#      $NetBSD: BEAGLEBOARD,v 1.52 2014/04/05 23:45:11 khorben Exp $
 #
 #      BEAGLEBOARD -- TI OMAP 3530 Eval Board Kernel
 #
@@ -220,7 +220,7 @@
 omapiic2       at obio0 addr 0x48060000 size 0x80
 iic*           at omapiic?
 
-# Power Managent and System Companion Device
+# Power Management and System Companion Device
 tps65950pm0    at iic0 addr 0x48
 tps65950pm1    at iic0 addr 0x49
 tps65950pm2    at iic0 addr 0x4a
diff -r a59894e12db3 -r 51feb9524f93 sys/arch/evbarm/conf/OVERO
--- a/sys/arch/evbarm/conf/OVERO        Sat Apr 05 23:36:10 2014 +0000
+++ b/sys/arch/evbarm/conf/OVERO        Sat Apr 05 23:45:11 2014 +0000
@@ -1,5 +1,5 @@
 #
-#      $NetBSD: OVERO,v 1.33 2013/10/01 11:24:49 kiyohara Exp $
+#      $NetBSD: OVERO,v 1.34 2014/04/05 23:45:11 khorben Exp $
 #
 #      OVERO -- Gumstix. Inc. Overo COMS platforms kernel
 #
@@ -188,7 +188,7 @@
 omapiic1       at obio0 addr 0x48060000 size 0x1000 intr 61    # I2C3
 iic*           at omapiic?
 
-# Power Managent and System Companion Device
+# Power Management and System Companion Device
 tps65950pm0    at iic0 addr 0x48
 tps65950pm1    at iic0 addr 0x49
 tps65950pm2    at iic0 addr 0x4a
diff -r a59894e12db3 -r 51feb9524f93 sys/dev/usb/files.usb
--- a/sys/dev/usb/files.usb     Sat Apr 05 23:36:10 2014 +0000
+++ b/sys/dev/usb/files.usb     Sat Apr 05 23:45:11 2014 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: files.usb,v 1.131 2014/03/16 09:34:45 martin Exp $
+#      $NetBSD: files.usb,v 1.132 2014/04/05 23:47:26 khorben Exp $
 #
 # Config file and device description for machine-independent USB code.
 # Included by ports that need it.  Ports that use it must provide
@@ -108,7 +108,7 @@
 attach uep at usbdevif
 file   dev/usb/uep.c                   uep                     needs-flag
 
-# Cypress microcontroller based serial adpaters
+# Cypress microcontroller based serial adapters
 device ucycom: hid
 attach ucycom at uhidbus
 file   dev/usb/ucycom.c                ucycom                  needs-flag



Home | Main Index | Thread Index | Old Index