diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2011-01-23 09:36:19 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2011-01-23 09:36:19 +0000 |
commit | 1cc7c7bae0eeb02a6ca57a44904c2a81527d0303 (patch) | |
tree | d097a09958b64bbac125324c5e9024be8dd1f513 | |
parent | 52d0114fdb2ea80c153988e3b7c36ddcfae80c14 (diff) | |
download | ChibiOS-1cc7c7bae0eeb02a6ca57a44904c2a81527d0303.tar.gz ChibiOS-1cc7c7bae0eeb02a6ca57a44904c2a81527d0303.tar.bz2 ChibiOS-1cc7c7bae0eeb02a6ca57a44904c2a81527d0303.zip |
Removed non UTF8 char.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2680 35acf78f-673a-0410-8e92-d51de3d6d3f4
-rw-r--r-- | os/kernel/include/chioch.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/os/kernel/include/chioch.h b/os/kernel/include/chioch.h index 05a185a4d..bf97c3f6f 100644 --- a/os/kernel/include/chioch.h +++ b/os/kernel/include/chioch.h @@ -298,7 +298,7 @@ typedef struct { /**
* @brief Adds condition flags to the channel's mask.
* @details This function is usually called from the I/O ISTs in order to
- * notify I/O conditions such as data events, errors, signalů
+ * notify I/O conditions such as data events, errors, signal
* changes etc.
*
* @param[in] ip pointer to a @p BaseAsynchronousChannel or derived
|