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 + + * shared/irq/irq_asm.S: Fix typo. + 2011-02-11 Ralf Corsépius * 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$