Fix comments.
authorasterix <asterix@38d2e660-2303-0410-9eaa-f027e97ec537>
Thu, 18 Dec 2008 17:34:29 +0000 (17:34 +0000)
committerasterix <asterix@38d2e660-2303-0410-9eaa-f027e97ec537>
Thu, 18 Dec 2008 17:34:29 +0000 (17:34 +0000)
git-svn-id: https://src.develer.com/svnoss/bertos/trunk@2090 38d2e660-2303-0410-9eaa-f027e97ec537

bertos/kern/sem_test.c

index 354277fcbd0f4e9c0a6cbc41d17f3e21fff8a555..b6428c1be5f73314743c8ec4442b702096dfb895 100644 (file)
@@ -147,14 +147,14 @@ int sem_testRun(void)
        kputs("> Main: Processes created\n");
        
        /*
-        * Wait until all process finishing, if some going wrong we retur
-        * error after time_out_ms ms.
+        * Wait until all processes exit, if something goes wrong we return a
+        * error after timeout_ms.
         */ 
        while((timer_clock() - start_time) < ms_to_ticks(TEST_TIME_OUT_MS))
        {
                if (sem_attempt(&sem))
                {
-                       kputs("> Main: Check if test is finish..\n");
+                       kputs("> Main: Check if test has finished..\n");
                        if(global_count == MAX_GLOBAL_COUNT)
                        {
                                kputs("> Main: Test Finished..Ok!\n");