diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2013-07-19 10:14:34 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2013-07-19 10:14:34 +0000 |
commit | 75a84bbeae87d1493ae2f35917a03aebe638a9aa (patch) | |
tree | 5f694c70944149965be3b8520930107de377d135 /os/kernel/include | |
parent | a31833f2a75fa594f64e179375dcb633f19e590b (diff) | |
download | ChibiOS-75a84bbeae87d1493ae2f35917a03aebe638a9aa.tar.gz ChibiOS-75a84bbeae87d1493ae2f35917a03aebe638a9aa.tar.bz2 ChibiOS-75a84bbeae87d1493ae2f35917a03aebe638a9aa.zip |
Fixed doc error.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/branches/kernel_3_dev@5993 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os/kernel/include')
-rw-r--r-- | os/kernel/include/chbsem.h | 2 |
1 files changed, 1 insertions, 1 deletions
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
|