diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2009-09-13 08:40:57 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2009-09-13 08:40:57 +0000 |
commit | e4400a5c7f5c5790cf94d84db5e8ad4c356773d8 (patch) | |
tree | 34fe8dd2e6bb897546a9d84001fca21c9ae7bd48 /os/io | |
parent | fd62110684aed51cca43fa21f725fb88c3fd8887 (diff) | |
download | ChibiOS-e4400a5c7f5c5790cf94d84db5e8ad4c356773d8.tar.gz ChibiOS-e4400a5c7f5c5790cf94d84db5e8ad4c356773d8.tar.bz2 ChibiOS-e4400a5c7f5c5790cf94d84db5e8ad4c356773d8.zip |
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@1160 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os/io')
-rw-r--r-- | os/io/io.dox | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/os/io/io.dox b/os/io/io.dox index 1d4de68ef..f0ab3c2db 100644 --- a/os/io/io.dox +++ b/os/io/io.dox @@ -23,7 +23,7 @@ * @brief I/O related services.
* @details This section contains the I/O related services.
*
- * The I/O subsystem is a collection of device driver poertable interfaces and
+ * The I/O subsystem is a collection of device driver portable interfaces and
* platform dependent implementations.<br>
* Under ChibiOS/RT a device driver is split in two layers:
* - High Level Device Driver (<b>HLD</b>). This layer contains the definitions
|