From 7b4cfc7eaed7ef2eea01c87896b8501e5acdaa9c Mon Sep 17 00:00:00 2001 From: Giovanni Di Sirio Date: Sun, 1 Oct 2017 12:44:24 +0000 Subject: [PATCH] Typo. git-svn-id: svn://svn.code.sf.net/p/chibios/svn/branches/stable_17.6.x@10728 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- os/common/oslib/include/chmempools.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;