diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2007-09-28 18:42:04 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2007-09-28 18:42:04 +0000 |
commit | 9a0ef300bce50901d5de3d6d722e29b79a2f9a36 (patch) | |
tree | 3f6ba1c9a49c9534d931bbc33baff4368ce25d26 /src/templates/chcore.c | |
parent | 95b238fc867da32f28c74b98b793fbd40345b595 (diff) | |
download | ChibiOS-9a0ef300bce50901d5de3d6d722e29b79a2f9a36.tar.gz ChibiOS-9a0ef300bce50901d5de3d6d722e29b79a2f9a36.tar.bz2 ChibiOS-9a0ef300bce50901d5de3d6d722e29b79a2f9a36.zip |
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@25 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'src/templates/chcore.c')
-rw-r--r-- | src/templates/chcore.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/templates/chcore.c b/src/templates/chcore.c index 29a809378..e23cf1bfe 100644 --- a/src/templates/chcore.c +++ b/src/templates/chcore.c @@ -37,7 +37,7 @@ void chSysPause(void) {}
/**
- * Abonormal system termination handler. Invoked by the ChobiOS/RT when an
+ * Abonormal system termination handler. Invoked by the ChibiOS/RT when an
* abnormal unrecoverable condition is met.
*/
void chSysHalt(void) {}
|