diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2010-11-11 11:04:05 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2010-11-11 11:04:05 +0000 |
commit | 009e8d28c38ef6b6797318aee29ca90910753988 (patch) | |
tree | 19403e97445d93cb92d219b7f066e3a070a3547a /os/kernel/templates/chcore.c | |
parent | a7b039fae4798eb96b28a8cb59267d26fb9261a9 (diff) | |
download | ChibiOS-009e8d28c38ef6b6797318aee29ca90910753988.tar.gz ChibiOS-009e8d28c38ef6b6797318aee29ca90910753988.tar.bz2 ChibiOS-009e8d28c38ef6b6797318aee29ca90910753988.zip |
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2346 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os/kernel/templates/chcore.c')
-rw-r--r-- | os/kernel/templates/chcore.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/os/kernel/templates/chcore.c b/os/kernel/templates/chcore.c index 9a989d183..c2737b04a 100644 --- a/os/kernel/templates/chcore.c +++ b/os/kernel/templates/chcore.c @@ -23,7 +23,7 @@ * @details This file is a template of the system driver functions provided by
* a port. Some of the following functions may be implemented as
* macros in chcore.h if the implementer decides that there is an
- * advantage in doing so, as example because performance concerns.
+ * advantage in doing so, for example because performance concerns.
*
* @addtogroup core
* @details Non portable code templates.
@@ -106,7 +106,7 @@ void port_wait_for_interrupt(void) { /**
* @brief Halts the system.
* @details This function is invoked by the operating system when an
- * unrecoverable error is detected (as example because a programming
+ * unrecoverable error is detected (for example because a programming
* error in the application code that triggers an assertion while in
* debug mode).
*/
|