From 01f302bd555a07794f6553de43ecb2e031dad4e6 Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Wed, 14 May 2014 11:07:34 +0200 Subject: [PATCH] score: Typo --- cpukit/score/include/rtems/score/statesimpl.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cpukit/score/include/rtems/score/statesimpl.h b/cpukit/score/include/rtems/score/statesimpl.h index 0dbf0db71e..b7dfd7ad93 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