aboutsummaryrefslogtreecommitdiffstats
path: root/os/kernel/include/chbsem.h
diff options
context:
space:
mode:
Diffstat (limited to 'os/kernel/include/chbsem.h')
-rw-r--r--os/kernel/include/chbsem.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/os/kernel/include/chbsem.h b/os/kernel/include/chbsem.h
index 5726cd350..e60886bcd 100644
--- a/os/kernel/include/chbsem.h
+++ b/os/kernel/include/chbsem.h
@@ -55,7 +55,7 @@
/**
* @extends Semaphore
*
- * @brief Binary semaphore type.
+ * @brief Binary semaphore type.
*/
typedef struct {
Semaphore bs_sem;
@@ -99,7 +99,7 @@ typedef struct {
/**
* @brief Wait operation on the binary semaphore.
*
- * @param[in] bsp pointer to a @p BinarySemaphore structure
+ * @param[in] bsp pointer to a @p BinarySemaphore structure
* @return A message specifying how the invoking thread has been
* released from the semaphore.
* @retval RDY_OK if the binary semaphore has been successfully taken.