summaryrefslogtreecommitdiffstats
path: root/cpukit/score/src/threadstartmultitasking.c
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2008-05-06 23:17:07 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2008-05-06 23:17:07 +0000
commitf5f4566a5fd726181bba373be576f79026039709 (patch)
treef0b99bd4d54a06904e8773f13a7005b3d8aa9b48 /cpukit/score/src/threadstartmultitasking.c
parentFix date. (diff)
downloadrtems-f5f4566a5fd726181bba373be576f79026039709.tar.bz2
2008-05-06 Joel Sherrill <joel.sherrill@oarcorp.com>
* sapi/src/exinit.c, score/src/threadstartmultitasking.c: Improve comments.
Diffstat (limited to 'cpukit/score/src/threadstartmultitasking.c')
-rw-r--r--cpukit/score/src/threadstartmultitasking.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/cpukit/score/src/threadstartmultitasking.c b/cpukit/score/src/threadstartmultitasking.c
index 9422c54cba..19fb0ef35e 100644
--- a/cpukit/score/src/threadstartmultitasking.c
+++ b/cpukit/score/src/threadstartmultitasking.c
@@ -55,8 +55,8 @@ void _Thread_Start_multitasking( void )
{
/*
* The system is now multitasking and completely initialized.
- * This system thread now either "goes away" in a single processor
- * system or "turns into" the server thread in an MP system.
+ * This system thread now "hides" in a single processor until
+ * the system is shut down.
*/
_System_state_Set( SYSTEM_STATE_UP );