diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2010-01-07 15:23:38 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2010-01-07 15:23:38 +0000 |
commit | 1eebe078ffbb85c3fb8a14db4d241502b27145bf (patch) | |
tree | ccfcc15f00554d709c0dea804e5fd8033320a851 /test | |
parent | c6a35e2186b66ef014f9a0f456d30b564d02e0fe (diff) | |
download | ChibiOS-1eebe078ffbb85c3fb8a14db4d241502b27145bf.tar.gz ChibiOS-1eebe078ffbb85c3fb8a14db4d241502b27145bf.tar.bz2 ChibiOS-1eebe078ffbb85c3fb8a14db4d241502b27145bf.zip |
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@1509 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'test')
-rw-r--r-- | test/test.dox | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test.dox b/test/test.dox index 75a46366e..9e83c095d 100644 --- a/test/test.dox +++ b/test/test.dox @@ -24,7 +24,7 @@ * order to verify the proper working of the kernel, the port and the demo
* itself.
*
- * <h2>Strategy by Components</h2>
+ * <h2>Strategy by Component</h2>
* The OS components are tested in various modes depending on their importance:
* - <b>Kernel</b>. The kernel code is subject to rigorous testing. The test
* suite aims to test <b>all</b> the kernel code and reach a code coverage
|