From a83063db261921df93594ae43bd9d568298f3361 Mon Sep 17 00:00:00 2001 From: gdisirio Date: Mon, 1 Jun 2009 16:13:15 +0000 Subject: git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@1002 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- docs/src/main.dox | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/src') 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.
* This system has the advantage to make the access to channels * independent from the implementation logic. As example, an I/O channel -- cgit v1.2.3