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;