From e000178f9641f95fe677fb7a8e25427b871151c1 Mon Sep 17 00:00:00 2001 From: Giovanni Di Sirio Date: Sun, 1 Oct 2017 12:44:30 +0000 Subject: Typo. git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@10729 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; -- cgit v1.2.3