git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@5544 35acf78f-673a-0410-8e92-d51de3d6d3f4

This commit is contained in:
gdisirio 2013-04-04 09:45:32 +00:00
parent f592766bc1
commit c86a83d45a
1 changed files with 1 additions and 1 deletions

View File

@ -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.