aboutsummaryrefslogtreecommitdiffstats
path: root/os
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2013-04-04 09:45:32 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2013-04-04 09:45:32 +0000
commitc86a83d45a588d43c7a0fa546c581b166a952540 (patch)
tree018f7d9eca12ab084ed6188902869e2631b9df44 /os
parentf592766bc1e8901558e4ebda57864d8e09cb8177 (diff)
downloadChibiOS-c86a83d45a588d43c7a0fa546c581b166a952540.tar.gz
ChibiOS-c86a83d45a588d43c7a0fa546c581b166a952540.tar.bz2
ChibiOS-c86a83d45a588d43c7a0fa546c581b166a952540.zip
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@5544 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os')
-rw-r--r--os/kernel/include/chdebug.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/os/kernel/include/chdebug.h b/os/kernel/include/chdebug.h
index 1d9b96e86..4a75474e2 100644
--- a/os/kernel/include/chdebug.h
+++ b/os/kernel/include/chdebug.h
@@ -142,7 +142,7 @@ extern ch_trace_buffer_t dbg_trace_buffer;
* @{
*/
/**
- * @brief Function parameter check.
+ * @brief Function parameters check.
* @details If the condition check fails then the kernel panics and halts.
* @note The condition is tested only if the @p CH_DBG_ENABLE_CHECKS switch
* is specified in @p chconf.h else the macro does nothing.