summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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$