aboutsummaryrefslogtreecommitdiffstats
path: root/os/ports/GCC/AVR
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2010-11-11 11:04:05 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2010-11-11 11:04:05 +0000
commit009e8d28c38ef6b6797318aee29ca90910753988 (patch)
tree19403e97445d93cb92d219b7f066e3a070a3547a /os/ports/GCC/AVR
parenta7b039fae4798eb96b28a8cb59267d26fb9261a9 (diff)
downloadChibiOS-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/ports/GCC/AVR')
-rw-r--r--os/ports/GCC/AVR/chcore.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/os/ports/GCC/AVR/chcore.c b/os/ports/GCC/AVR/chcore.c
index 32e48ce52..082b5fd79 100644
--- a/os/ports/GCC/AVR/chcore.c
+++ b/os/ports/GCC/AVR/chcore.c
@@ -103,7 +103,7 @@ void port_switch(Thread *ntp, Thread *otp) {
/**
* @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).
* @note The function is declared as a weak symbol, it is possible to