diff options
Diffstat (limited to 'test/testheap.c')
-rw-r--r-- | test/testheap.c | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/test/testheap.c b/test/testheap.c index 3a684f415..6e68c11be 100644 --- a/test/testheap.c +++ b/test/testheap.c @@ -25,11 +25,10 @@ * @page test_heap Memory Heap test
*
* <h2>Description</h2>
- * This module implements the test sequence for the @ref Heap subsystem.
+ * This module implements the test sequence for the @ref heap subsystem.
*
* <h2>Objective</h2>
- * Objective of the test module is to cover 100% of the @ref Heap subsystem
- * code as a necessary step in order to assess its maturity level.
+ * Objective of the test module is to cover 100% of the @ref heap subsystem.
*
* <h2>Preconditions</h2>
* The module requires the following kernel options:
|