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