summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/i386/pc386/timer
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2011-01-28 20:35:34 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2011-01-28 20:35:34 +0000
commitba6490507ce15d7cc4a22869db2ec3d6ac56051a (patch)
treefd04bd94ced4fb9fd06ae950a516ea3a3c3f2e31 /c/src/lib/libbsp/i386/pc386/timer
parent2011-01-28 Joel Sherrill <joel.sherrilL@OARcorp.com> (diff)
downloadrtems-ba6490507ce15d7cc4a22869db2ec3d6ac56051a.tar.bz2
2011-01-28 Joel Sherrill <joel.sherrilL@OARcorp.com>
* clock/rtc.c, console/console.c, console/inch.c, console/outch.c, include/bsp.h, include/crt.h, ne2000/ne2000.c, startup/bspcmdline.c, startup/bspstart.c, startup/ldsegs.S, timer/timer.c, timer/timerisr.S: Fix typo where license said found in found in.
Diffstat (limited to 'c/src/lib/libbsp/i386/pc386/timer')
-rw-r--r--c/src/lib/libbsp/i386/pc386/timer/timer.c2
-rw-r--r--c/src/lib/libbsp/i386/pc386/timer/timerisr.S2
2 files changed, 2 insertions, 2 deletions
diff --git a/c/src/lib/libbsp/i386/pc386/timer/timer.c b/c/src/lib/libbsp/i386/pc386/timer/timer.c
index bddfe5303b..7853cbc610 100644
--- a/c/src/lib/libbsp/i386/pc386/timer/timer.c
+++ b/c/src/lib/libbsp/i386/pc386/timer/timer.c
@@ -21,7 +21,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.
*
* $Id$
diff --git a/c/src/lib/libbsp/i386/pc386/timer/timerisr.S b/c/src/lib/libbsp/i386/pc386/timer/timerisr.S
index a4b922567b..6e8d48b915 100644
--- a/c/src/lib/libbsp/i386/pc386/timer/timerisr.S
+++ b/c/src/lib/libbsp/i386/pc386/timer/timerisr.S
@@ -23,7 +23,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.
| **************************************************************************
|