summaryrefslogtreecommitdiffstats
path: root/cpukit/score/include/rtems/score/thread.h
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/score/include/rtems/score/thread.h')
-rw-r--r--cpukit/score/include/rtems/score/thread.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpukit/score/include/rtems/score/thread.h b/cpukit/score/include/rtems/score/thread.h
index fc106240a3..b9355f0ee1 100644
--- a/cpukit/score/include/rtems/score/thread.h
+++ b/cpukit/score/include/rtems/score/thread.h
@@ -751,7 +751,7 @@ void _Thread_Suspend(
/**
* This routine updates the related suspend fields in the_thread
* control block to indicate the current nested level. A force
- * parameter of TRUE will force a resume and clear the suspend count.
+ * parameter of true will force a resume and clear the suspend count.
*/
void _Thread_Resume(
Thread_Control *the_thread,