From 75a84bbeae87d1493ae2f35917a03aebe638a9aa Mon Sep 17 00:00:00 2001 From: gdisirio Date: Fri, 19 Jul 2013 10:14:34 +0000 Subject: Fixed doc error. git-svn-id: svn://svn.code.sf.net/p/chibios/svn/branches/kernel_3_dev@5993 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- os/kernel/include/chbsem.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'os/kernel/include') 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