summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--cpukit/ChangeLog4
-rw-r--r--cpukit/score/include/rtems/score/sysstate.h4
2 files changed, 6 insertions, 2 deletions
diff --git a/cpukit/ChangeLog b/cpukit/ChangeLog
index 1f3550da0c..b767840547 100644
--- a/cpukit/ChangeLog
+++ b/cpukit/ChangeLog
@@ -1,3 +1,7 @@
+2011-03-14 Joel Sherrill <joel.sherrilL@OARcorp.com>
+
+ * score/include/rtems/score/sysstate.h: Spelling.
+
2011-03-10 Sebastian Huber <sebastian.huber@embedded-brains.de>
* sapi/include/rtems/extension.h: Documentation.
diff --git a/cpukit/score/include/rtems/score/sysstate.h b/cpukit/score/include/rtems/score/sysstate.h
index e7533e1be2..1164367ebb 100644
--- a/cpukit/score/include/rtems/score/sysstate.h
+++ b/cpukit/score/include/rtems/score/sysstate.h
@@ -7,7 +7,7 @@
*/
/*
- * COPYRIGHT (c) 1989-2006.
+ * COPYRIGHT (c) 1989-2011.
* On-Line Applications Research Corporation (OAR).
*
* The license and distribution terms for this file may be
@@ -46,7 +46,7 @@ typedef enum {
SYSTEM_STATE_BEFORE_INITIALIZATION,
/**
- * @brief The system is between end of the first phase of initializatin but
+ * @brief The system is between end of the first phase of initialization but
* before multitasking is started.
*/
SYSTEM_STATE_BEFORE_MULTITASKING,