From 9e6c68cad1a80f000674061847ca34d15ffffa7b Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Mon, 14 Mar 2011 13:18:34 +0000 Subject: [PATCH] 2011-03-14 Joel Sherrill * score/include/rtems/score/sysstate.h: Spelling. --- cpukit/ChangeLog | 4 ++++ cpukit/score/include/rtems/score/sysstate.h | 4 ++-- 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 + + * score/include/rtems/score/sysstate.h: Spelling. + 2011-03-10 Sebastian Huber * 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,