2011-03-14 Joel Sherrill <joel.sherrilL@OARcorp.com>

* score/include/rtems/score/sysstate.h: Spelling.
This commit is contained in:
Joel Sherrill
2011-03-14 13:18:34 +00:00
parent f91b186042
commit 9e6c68cad1
2 changed files with 6 additions and 2 deletions

View File

@@ -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> 2011-03-10 Sebastian Huber <sebastian.huber@embedded-brains.de>
* sapi/include/rtems/extension.h: Documentation. * sapi/include/rtems/extension.h: Documentation.

View File

@@ -7,7 +7,7 @@
*/ */
/* /*
* COPYRIGHT (c) 1989-2006. * COPYRIGHT (c) 1989-2011.
* On-Line Applications Research Corporation (OAR). * On-Line Applications Research Corporation (OAR).
* *
* The license and distribution terms for this file may be * The license and distribution terms for this file may be
@@ -46,7 +46,7 @@ typedef enum {
SYSTEM_STATE_BEFORE_INITIALIZATION, 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. * before multitasking is started.
*/ */
SYSTEM_STATE_BEFORE_MULTITASKING, SYSTEM_STATE_BEFORE_MULTITASKING,