aboutsummaryrefslogtreecommitdiffstats
path: root/docs/src
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2009-06-01 16:13:15 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2009-06-01 16:13:15 +0000
commita83063db261921df93594ae43bd9d568298f3361 (patch)
treef76d997103e9a1ce39a1c09cacd82aef0c0c6db8 /docs/src
parentc94601bac37911295d3945cdd4041c52d42e0e80 (diff)
downloadChibiOS-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/src')
-rw-r--r--docs/src/main.dox2
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