From 6454e161e46eb240b86f6704aa46859b5655e15e Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Fri, 28 Jan 2011 20:35:31 +0000 Subject: [PATCH] 2011-01-28 Joel Sherrill * console/console.c: Fix typo where license said found in found in. --- c/src/lib/libbsp/i386/i386ex/ChangeLog | 4 ++++ c/src/lib/libbsp/i386/i386ex/console/console.c | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/c/src/lib/libbsp/i386/i386ex/ChangeLog b/c/src/lib/libbsp/i386/i386ex/ChangeLog index 89821be913..eab4ed384d 100644 --- a/c/src/lib/libbsp/i386/i386ex/ChangeLog +++ b/c/src/lib/libbsp/i386/i386ex/ChangeLog @@ -1,3 +1,7 @@ +2011-01-28 Joel Sherrill + + * console/console.c: Fix typo where license said found in found in. + 2010-05-21 Joel Sherrill * Makefile.am: Add bspreset.c diff --git a/c/src/lib/libbsp/i386/i386ex/console/console.c b/c/src/lib/libbsp/i386/i386ex/console/console.c index e512192701..9dcce7e86d 100644 --- a/c/src/lib/libbsp/i386/i386ex/console/console.c +++ b/c/src/lib/libbsp/i386/i386ex/console/console.c @@ -25,7 +25,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. | ************************************************************************** |