git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@1752 35acf78f-673a-0410-8e92-d51de3d6d3f4

This commit is contained in:
gdisirio 2010-03-18 21:00:25 +00:00
parent 7370e12596
commit 0ebd06ee97
1 changed files with 1 additions and 3 deletions

View File

@ -359,7 +359,7 @@ const struct testcase testbmk6 = {
* @page test_benchmarks_007 Mass reschedule performance
*
* <h2>Description</h2>
* Five threads are created and atomically reschedulated by resetting the
* Five threads are created and atomically rescheduled by resetting the
* semaphore where they are waiting on. The operation is performed into a
* continuous loop.<br>
* The performance is calculated by measuring the number of iterations after
@ -469,8 +469,6 @@ static void bmk8_execute(void) {
test_print("--- Score : ");
test_printn(n);
test_print(" reschedules/S, ");
test_printn(n);
test_println(" ctxswc/S");
}