From 1cc7c7bae0eeb02a6ca57a44904c2a81527d0303 Mon Sep 17 00:00:00 2001 From: gdisirio Date: Sun, 23 Jan 2011 09:36:19 +0000 Subject: Removed non UTF8 char. git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2680 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- os/kernel/include/chioch.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3