diff options
| author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2012-03-26 09:13:37 +0000 |
|---|---|---|
| committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2012-03-26 09:13:37 +0000 |
| commit | f5a3976c393fffdc95627f27d4c49136fa9ec8ca (patch) | |
| tree | 923e9a714084dd666b73b083e71bb7c6fb73b310 /os/kernel/include | |
| parent | 1d199e177e4c009aee0d165ac9033e6838c601a4 (diff) | |
| download | ChibiOS-f5a3976c393fffdc95627f27d4c49136fa9ec8ca.tar.gz ChibiOS-f5a3976c393fffdc95627f27d4c49136fa9ec8ca.tar.bz2 ChibiOS-f5a3976c393fffdc95627f27d4c49136fa9ec8ca.zip | |
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@4055 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os/kernel/include')
| -rw-r--r-- | os/kernel/include/chioch.h | 2 | ||||
| -rw-r--r-- | os/kernel/include/chschd.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/os/kernel/include/chioch.h b/os/kernel/include/chioch.h index e9c1044ce..27e2abbb4 100644 --- a/os/kernel/include/chioch.h +++ b/os/kernel/include/chioch.h @@ -317,7 +317,7 @@ typedef struct { /**
* @brief Adds status flags to the channel's mask.
- * @details This function is usually called from the I/O ISTs in order to
+ * @details This function is usually called from the I/O ISRs in order to
* notify I/O conditions such as data events, errors, signal
* changes etc.
*
diff --git a/os/kernel/include/chschd.h b/os/kernel/include/chschd.h index 215398659..3d1d37f7c 100644 --- a/os/kernel/include/chschd.h +++ b/os/kernel/include/chschd.h @@ -205,7 +205,7 @@ extern "C" { #endif /* !defined(PORT_OPTIMIZED_DOYIELDS) */
/**
- * @brief Inlineable preemption code.
+ * @brief Inline-able preemption code.
* @details This is the common preemption code, this function must be invoked
* exclusively from the port layer.
*
|
