From b53de18c10fefde1179c34ff80f1b5636bda88b2 Mon Sep 17 00:00:00 2001 From: gdisirio Date: Fri, 19 Jul 2013 10:14:25 +0000 Subject: Fixed doc error. git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@5991 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- os/kernel/include/chbsem.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/os/kernel/include/chbsem.h b/os/kernel/include/chbsem.h index 856a3c3b3..0cc6f8a95 100644 --- a/os/kernel/include/chbsem.h +++ b/os/kernel/include/chbsem.h @@ -76,7 +76,7 @@ typedef struct { /** * @brief Static semaphore initializer. * @details Statically initialized semaphores require no explicit - * initialization using @p chSemInit(). + * initialization using @p chBSemInit(). * * @param[in] name the name of the semaphore variable * @param[in] taken the semaphore initial state -- cgit v1.2.3