From aebe7d83a55d5db9911b6dccd3a76259982bdcc6 Mon Sep 17 00:00:00 2001 From: Giovanni Di Sirio Date: Mon, 27 Nov 2017 16:10:30 +0000 Subject: Various fixes. git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@11080 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- os/common/oslib/include/chfifo.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'os/common/oslib/include/chfifo.h') diff --git a/os/common/oslib/include/chfifo.h b/os/common/oslib/include/chfifo.h index 78ba16132..31260bc37 100644 --- a/os/common/oslib/include/chfifo.h +++ b/os/common/oslib/include/chfifo.h @@ -223,7 +223,7 @@ static inline void chFifoReturnObject(objects_fifo_t *ofp, * @note By design the object can be always immediately posted. * * @param[in] ofp pointer to a @p objects_fifo_t structure - * @param[in] objp pointer to the object to be released + * @param[in] objp pointer to the object to be posted * * @iclass */ @@ -240,7 +240,7 @@ static inline void chFifoSendObjectI(objects_fifo_t *ofp, * @note By design the object can be always immediately posted. * * @param[in] ofp pointer to a @p objects_fifo_t structure - * @param[in] objp pointer to the object to be released + * @param[in] objp pointer to the object to be posted * * @sclass */ -- cgit v1.2.3