From 69c3f076821c216389338b9c8d1f12ff6c19499d Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Wed, 28 May 2014 16:53:58 -0500 Subject: rtems/score/thread*.h: Really correct spelling error --- cpukit/score/include/rtems/score/threadimpl.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cpukit/score/include/rtems/score/threadimpl.h') 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( -- cgit v1.2.3