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 */ /*---------------------------------------------------------------------*/