From 54e9e0260767777475e069ca1952698774470431 Mon Sep 17 00:00:00 2001 From: gdisirio Date: Sun, 24 Feb 2013 07:24:35 +0000 Subject: typo git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@5305 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- os/hal/include/can.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'os/hal') diff --git a/os/hal/include/can.h b/os/hal/include/can.h index a62aba3da..6cd2f55c1 100644 --- a/os/hal/include/can.h +++ b/os/hal/include/can.h @@ -119,7 +119,7 @@ typedef enum { * @{ */ /** - * @bried Converts a mailbox index to a bit mask. + * @brief Converts a mailbox index to a bit mask. */ #define CAN_MAILBOX_TO_MASK(mbx) (1 << ((mbx) - 1)) -- cgit v1.2.3