summaryrefslogtreecommitdiffstats
path: root/c
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2011-02-14 21:35:48 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2011-02-14 21:35:48 +0000
commitb8fc2de1ce089c585da81c157ec0f24a90e484b7 (patch)
tree181379dbc93bb4bf9a6dd6275c9f1aa953f9284a /c
parent2011-02-14 Joel Sherrill <joel.sherrilL@OARcorp.com> (diff)
downloadrtems-b8fc2de1ce089c585da81c157ec0f24a90e484b7.tar.bz2
2011-02-14 Joel Sherrill <joel.sherrilL@OARcorp.com>
* shared/irq/irq_asm.S: Fix typo.
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 ad8bba5c3c..9b8f7e29a1 100644
--- a/c/src/lib/libbsp/i386/ChangeLog
+++ b/c/src/lib/libbsp/i386/ChangeLog
@@ -1,3 +1,7 @@
+2011-02-14 Joel Sherrill <joel.sherrilL@OARcorp.com>
+
+ * shared/irq/irq_asm.S: Fix typo.
+
2011-02-11 Ralf Corsépius <ralf.corsepius@rtems.org>
* shared/comm/gdb_glue.c, shared/comm/i386-stub.c,
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 9a6cc6cf43..8634a25589 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 the file LICENSE in this distribution or at
+ * found in found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
*
* $Id$