summaryrefslogtreecommitdiffstats
path: root/c
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2011-01-28 20:25:14 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2011-01-28 20:25:14 +0000
commitaa069732c9278f4a3a146c65940fc56329192620 (patch)
treeba20cce1f21db430242db979147b2cf99767c86c /c
parent2011-01-28 Joel Sherrill <joel.sherrilL@OARcorp.com> (diff)
downloadrtems-aa069732c9278f4a3a146c65940fc56329192620.tar.bz2
2011-01-28 Joel Sherrill <joel.sherrilL@OARcorp.com>
* shared/irq/irq_asm.S: Fix typo where license said found in found in.
Diffstat (limited to 'c')
-rw-r--r--c/src/lib/libbsp/i386/ChangeLog4
-rw-r--r--c/src/lib/libbsp/i386/shared/irq/irq_asm.S2
2 files changed, 5 insertions, 1 deletions
diff --git a/c/src/lib/libbsp/i386/ChangeLog b/c/src/lib/libbsp/i386/ChangeLog
index c7c6fd31ab..60a5f560c9 100644
--- a/c/src/lib/libbsp/i386/ChangeLog
+++ b/c/src/lib/libbsp/i386/ChangeLog
@@ -1,3 +1,7 @@
+2011-01-28 Joel Sherrill <joel.sherrilL@OARcorp.com>
+
+ * shared/irq/irq_asm.S: Fix typo where license said found in found in.
+
2011-01-26 Ralf Corsépius <ralf.corsepius@rtems.org>
* pc386/3c509/3c509.c, pc386/console/ps2_drv.h,
diff --git a/c/src/lib/libbsp/i386/shared/irq/irq_asm.S b/c/src/lib/libbsp/i386/shared/irq/irq_asm.S
index 8634a25589..9a6cc6cf43 100644
--- a/c/src/lib/libbsp/i386/shared/irq/irq_asm.S
+++ b/c/src/lib/libbsp/i386/shared/irq/irq_asm.S
@@ -5,7 +5,7 @@
* Copyright (C) 1998 valette@crf.canon.fr
*
* 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$