summaryrefslogtreecommitdiffstats
path: root/cpukit/score/include/rtems/score/threadimpl.h
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@oarcorp.com>2014-05-28 16:53:58 -0500
committerJoel Sherrill <joel.sherrill@oarcorp.com>2014-05-28 16:53:58 -0500
commit69c3f076821c216389338b9c8d1f12ff6c19499d (patch)
tree957eac48df5cfb3ad20882fd5dbb8739c7fa19ab /cpukit/score/include/rtems/score/threadimpl.h
parentrtems/score/thread*.h: TERMINTING to TERMINATING (diff)
downloadrtems-69c3f076821c216389338b9c8d1f12ff6c19499d.tar.bz2
rtems/score/thread*.h: Really correct spelling error
Diffstat (limited to 'cpukit/score/include/rtems/score/threadimpl.h')
-rw-r--r--cpukit/score/include/rtems/score/threadimpl.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpukit/score/include/rtems/score/threadimpl.h b/cpukit/score/include/rtems/score/threadimpl.h
index f6db676c57..5e7660503a 100644
--- a/cpukit/score/include/rtems/score/threadimpl.h
+++ b/cpukit/score/include/rtems/score/threadimpl.h
@@ -782,7 +782,7 @@ RTEMS_INLINE_ROUTINE bool _Thread_Is_life_changing(
Thread_Life_state life_state
)
{
- return ( life_state & THREAD_LIFE_RESTARTING_TERMINAING ) != 0;
+ return ( life_state & THREAD_LIFE_RESTARTING_TERMINATING ) != 0;
}
RTEMS_INLINE_ROUTINE void _Thread_Debug_set_real_processor(