From 92f495aa365f30f05f30ea98a59591a154b1034e Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Tue, 22 Sep 2009 20:21:25 +0000 Subject: 2009-09-22 Joel Sherrill * rtems_init.c: Fix spelling error. --- ChangeLog | 4 ++++ rtems_init.c | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 8a15ac5..0dab2c5 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2009-09-22 Joel Sherrill + + * rtems_init.c: Fix spelling error. + 2009-09-17 Joel Sherrill * Makefile.shared, networkconfig-qemu.h, cpuuse/Makefile, diff --git a/rtems_init.c b/rtems_init.c index 3c7efbb..f87c4ed 100644 --- a/rtems_init.c +++ b/rtems_init.c @@ -181,7 +181,7 @@ void *POSIX_Init( void *argument ) #if defined(MAIN_CALL_C_INITIALIZE_APPLICATION) { extern void initialize_application(); - printk("Invoking C Application Initializion\n"); + printk("Invoking C Application Initialization\n"); initialize_application(); } #endif -- cgit v1.2.3