summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog4
-rw-r--r--rtems_init.c2
2 files changed, 5 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 8a15ac5..0dab2c5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2009-09-22 Joel Sherrill <joel.sherrill@OARcorp.com>
+
+ * rtems_init.c: Fix spelling error.
+
2009-09-17 Joel Sherrill <joel.sherrill@oarcorp.com>
* 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