diff options
Diffstat (limited to 'test')
| -rw-r--r-- | test/testmtx.c | 7 | 
1 files changed, 3 insertions, 4 deletions
| diff --git a/test/testmtx.c b/test/testmtx.c index 2665ac76d..72865e7f8 100644 --- a/test/testmtx.c +++ b/test/testmtx.c @@ -567,10 +567,9 @@ const struct testcase testmtx7 = {   * @page test_mtx_008 Priority Inheritance boost test
   *
   * <h2>Description</h2>
 - * Five threads take a mutex and then enter a conditional variable queue, the
 - * tester thread then proceeds to broadcast the conditional variable.<br>
 - * The test expects the threads to reach their goal in increasing priority
 - * order regardless of the initial order.
 + * This test case verifies the priority boost of a thread waiting on a
 + * conditional variable queue. It tests this very specific situation in order
 + * to complete the code coverage.
   */
  static char *mtx8_gettest(void) {
 | 
