diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2009-06-01 16:13:15 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2009-06-01 16:13:15 +0000 |
commit | a83063db261921df93594ae43bd9d568298f3361 (patch) | |
tree | f76d997103e9a1ce39a1c09cacd82aef0c0c6db8 /docs | |
parent | c94601bac37911295d3945cdd4041c52d42e0e80 (diff) | |
download | ChibiOS-a83063db261921df93594ae43bd9d568298f3361.tar.gz ChibiOS-a83063db261921df93594ae43bd9d568298f3361.tar.bz2 ChibiOS-a83063db261921df93594ae43bd9d568298f3361.zip |
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@1002 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'docs')
-rw-r--r-- | docs/src/main.dox | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/src/main.dox b/docs/src/main.dox index 2c9b63d21..0bcd4969f 100644 --- a/docs/src/main.dox +++ b/docs/src/main.dox @@ -382,7 +382,7 @@ * @details This module defines an abstract interface for I/O channels. Note
* that no code is present, I/O channels are just abstract classes-like
* structures, you should look at the systems as to a set of abstract C++
- * classes (even if implemented in C). Specific device drivers can use/extend
+ * classes (even if written in C). Specific device drivers can use/extend
* the interfaces and implement them.<br>
* This system has the advantage to make the access to channels
* independent from the implementation logic. As example, an I/O channel
|