[rtems commit] score: Typo

Sebastian Huber sebh at rtems.org
Wed May 14 15:03:52 UTC 2014


Module:    rtems
Branch:    master
Commit:    01f302bd555a07794f6553de43ecb2e031dad4e6
Changeset: http://git.rtems.org/rtems/commit/?id=01f302bd555a07794f6553de43ecb2e031dad4e6

Author:    Sebastian Huber <sebastian.huber at embedded-brains.de>
Date:      Wed May 14 11:07:34 2014 +0200

score: Typo

---

 cpukit/score/include/rtems/score/statesimpl.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/cpukit/score/include/rtems/score/statesimpl.h b/cpukit/score/include/rtems/score/statesimpl.h
index 0dbf0db..b7dfd7a 100644
--- a/cpukit/score/include/rtems/score/statesimpl.h
+++ b/cpukit/score/include/rtems/score/statesimpl.h
@@ -82,7 +82,7 @@ extern "C" {
 #define STATES_WAITING_FOR_TERMINATION         0x100000
 /** This macro corresponds to a task being a zombie. */
 #define STATES_ZOMBIE                          0x200000
-/** This macro corresponds to a task migration to another scheduler. */
+/** This macro corresponds to a task migrating to another scheduler. */
 #define STATES_MIGRATING                       0x400000
 
 /** This macro corresponds to a task which is in an interruptible




More information about the vc mailing list