From e034b46e4c44af615304c21b8bcc16709840afdd Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Tue, 4 Dec 2007 17:39:12 +0000 Subject: [PATCH] 2007-12-04 Joel Sherrill * clock/clock.c: Fix typo. --- c/src/lib/libbsp/powerpc/gen5200/ChangeLog | 4 ++++ c/src/lib/libbsp/powerpc/gen5200/clock/clock.c | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/c/src/lib/libbsp/powerpc/gen5200/ChangeLog b/c/src/lib/libbsp/powerpc/gen5200/ChangeLog index 6dc89d8751..ef81bd16ce 100644 --- a/c/src/lib/libbsp/powerpc/gen5200/ChangeLog +++ b/c/src/lib/libbsp/powerpc/gen5200/ChangeLog @@ -1,3 +1,7 @@ +2007-12-04 Joel Sherrill + + * clock/clock.c: Fix typo. + 2007-12-03 Joel Sherrill * irq/irq.c: Spacing. diff --git a/c/src/lib/libbsp/powerpc/gen5200/clock/clock.c b/c/src/lib/libbsp/powerpc/gen5200/clock/clock.c index e315a3d357..9200eb3d6a 100644 --- a/c/src/lib/libbsp/powerpc/gen5200/clock/clock.c +++ b/c/src/lib/libbsp/powerpc/gen5200/clock/clock.c @@ -71,12 +71,12 @@ /* for these modifications: */ /* COPYRIGHT (c) 1997 by IMD, Puchheim, Germany. */ /* */ -/* COPYRIGHT (c) 1989-2007. +/* COPYRIGHT (c) 1989-2007. */ /* On-Line Applications Research Corporation (OAR). */ /* */ /* The license and distribution terms for this file may be */ /* found in the file LICENSE in this distribution or at */ -/* http://www.rtems.com/license/LICENSE. */ +/* http://www.rtems.com/license/LICENSE. */ /* */ /* Modifications for PPC405GP by Dennis Ehlin */ /*---------------------------------------------------------------------*/