summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/i386/ts_386ex
diff options
context:
space:
mode:
Diffstat (limited to 'c/src/lib/libbsp/i386/ts_386ex')
-rw-r--r--c/src/lib/libbsp/i386/ts_386ex/ChangeLog5
-rw-r--r--c/src/lib/libbsp/i386/ts_386ex/clock/rtc.c2
-rw-r--r--c/src/lib/libbsp/i386/ts_386ex/console/console.c2
-rw-r--r--c/src/lib/libbsp/i386/ts_386ex/network/ne2000.c2
4 files changed, 8 insertions, 3 deletions
diff --git a/c/src/lib/libbsp/i386/ts_386ex/ChangeLog b/c/src/lib/libbsp/i386/ts_386ex/ChangeLog
index 0fc4fa5294..554209e9d1 100644
--- a/c/src/lib/libbsp/i386/ts_386ex/ChangeLog
+++ b/c/src/lib/libbsp/i386/ts_386ex/ChangeLog
@@ -1,3 +1,8 @@
+2011-01-28 Joel Sherrill <joel.sherrilL@OARcorp.com>
+
+ * clock/rtc.c, console/console.c, network/ne2000.c: Fix typo where
+ license said found in found in.
+
2010-05-21 Joel Sherrill <joel.sherrill@oarcorp.com>
* Makefile.am: Add bspreset.c
diff --git a/c/src/lib/libbsp/i386/ts_386ex/clock/rtc.c b/c/src/lib/libbsp/i386/ts_386ex/clock/rtc.c
index 2845985ebc..a82ac835db 100644
--- a/c/src/lib/libbsp/i386/ts_386ex/clock/rtc.c
+++ b/c/src/lib/libbsp/i386/ts_386ex/clock/rtc.c
@@ -24,7 +24,7 @@
| * On-Line Applications Research Corporation (OAR).
| *
| * The license and distribution terms for this file may be
-| * found in found in the file LICENSE in this distribution or at
+| * found in the file LICENSE in this distribution or at
| * http://www.rtems.com/license/LICENSE.
| **************************************************************************
|
diff --git a/c/src/lib/libbsp/i386/ts_386ex/console/console.c b/c/src/lib/libbsp/i386/ts_386ex/console/console.c
index 561f8831d1..322ccb7795 100644
--- a/c/src/lib/libbsp/i386/ts_386ex/console/console.c
+++ b/c/src/lib/libbsp/i386/ts_386ex/console/console.c
@@ -25,7 +25,7 @@
| * On-Line Applications Research Corporation (OAR).
| *
| * The license and distribution terms for this file may be
-| * found in found in the file LICENSE in this distribution or at
+| * found in the file LICENSE in this distribution or at
| * http://www.rtems.com/license/LICENSE.
| **************************************************************************
|
diff --git a/c/src/lib/libbsp/i386/ts_386ex/network/ne2000.c b/c/src/lib/libbsp/i386/ts_386ex/network/ne2000.c
index 5ad16c45ae..ca7f3b2693 100644
--- a/c/src/lib/libbsp/i386/ts_386ex/network/ne2000.c
+++ b/c/src/lib/libbsp/i386/ts_386ex/network/ne2000.c
@@ -3,7 +3,7 @@
* October, 1998.
*
* The license and distribution terms for this file may be
- * found in found in the file LICENSE in this distribution or at
+ * found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
*
* $Id$