From c86a83d45a588d43c7a0fa546c581b166a952540 Mon Sep 17 00:00:00 2001 From: gdisirio Date: Thu, 4 Apr 2013 09:45:32 +0000 Subject: [PATCH] git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@5544 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- os/kernel/include/chdebug.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.