From 202f93f3474fac96f0760712f5598b0f728887b6 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Wed, 17 Jun 2009 22:01:20 +0000 Subject: [PATCH] 2009-06-17 Joel Sherrill * score/src/objectshrinkinformation.c: Fix spelling error. --- cpukit/ChangeLog | 4 ++++ cpukit/score/src/objectshrinkinformation.c | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/cpukit/ChangeLog b/cpukit/ChangeLog index f529b26a86..9c5ab94d57 100644 --- a/cpukit/ChangeLog +++ b/cpukit/ChangeLog @@ -1,3 +1,7 @@ +2009-06-17 Joel Sherrill + + * score/src/objectshrinkinformation.c: Fix spelling error. + 2009-06-18 Chris Johns * libmisc/shell/hexdump-odsyntax.c: H8300 has the same size float diff --git a/cpukit/score/src/objectshrinkinformation.c b/cpukit/score/src/objectshrinkinformation.c index f946fd919e..ad4f4d7960 100644 --- a/cpukit/score/src/objectshrinkinformation.c +++ b/cpukit/score/src/objectshrinkinformation.c @@ -55,7 +55,7 @@ void _Objects_Shrink_information( uint32_t index; /* - * Search the list to find block or chunnk with all objects inactive. + * Search the list to find block or chunk with all objects inactive. */ index_base = _Objects_Get_index( information->minimum_id );