summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2009-09-22 20:21:25 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2009-09-22 20:21:25 +0000
commit92f495aa365f30f05f30ea98a59591a154b1034e (patch)
tree98c6cc425af3a09a7411635c061ec0652089bcb1
parent2009-09-17 Joel Sherrill <joel.sherrill@oarcorp.com> (diff)
downloadada-examples-92f495aa365f30f05f30ea98a59591a154b1034e.tar.bz2
2009-09-22 Joel Sherrill <joel.sherrill@OARcorp.com>
* rtems_init.c: Fix spelling error.
-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