Fixed doc error.

git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@5991 35acf78f-673a-0410-8e92-d51de3d6d3f4
This commit is contained in:
gdisirio 2013-07-19 10:14:25 +00:00
parent 0967b65940
commit b53de18c10
1 changed files with 1 additions and 1 deletions

View File

@ -76,7 +76,7 @@ typedef struct {
/** /**
* @brief Static semaphore initializer. * @brief Static semaphore initializer.
* @details Statically initialized semaphores require no explicit * @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] name the name of the semaphore variable
* @param[in] taken the semaphore initial state * @param[in] taken the semaphore initial state