diff options
Diffstat (limited to 'os')
-rw-r--r-- | os/common/oslib/include/chmempools.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/os/common/oslib/include/chmempools.h b/os/common/oslib/include/chmempools.h index f6db5d808..e9a7af31b 100644 --- a/os/common/oslib/include/chmempools.h +++ b/os/common/oslib/include/chmempools.h @@ -74,7 +74,7 @@ typedef struct { * @brief Guarded memory pool descriptor.
*/
typedef struct {
- semaphore_t sem; /**< @brief Counter semaphore quarding
+ semaphore_t sem; /**< @brief Counter semaphore guarding
the memory pool. */
memory_pool_t pool; /**< @brief The memory pool itself. */
} guarded_memory_pool_t;
|