From e2254ed144bafc55e8a63017a7a329be9eed8c9f Mon Sep 17 00:00:00 2001 From: Giovanni Di Sirio Date: Sat, 27 May 2023 13:02:14 +0000 Subject: [PATCH] Documentation improvement. git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@16269 27425a3e-05d8-49a3-a47f-9c15f0e5edd8 --- os/oslib/include/chobjfifos.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/os/oslib/include/chobjfifos.h b/os/oslib/include/chobjfifos.h index 56cec3634..b85ca2b13 100644 --- a/os/oslib/include/chobjfifos.h +++ b/os/oslib/include/chobjfifos.h @@ -114,7 +114,7 @@ extern "C" { * requirement. * * @param[out] ofp pointer to a @p objects_fifo_t structure - * @param[in] objsize size of objects + * @param[in] objsize object size * @param[in] objn number of objects available * @param[in] objalign required objects alignment * @param[in] objbuf pointer to the buffer of objects, it must be able @@ -142,7 +142,7 @@ static inline void chFifoObjectInitAligned(objects_fifo_t *ofp, size_t objsize, * requirement. * * @param[out] ofp pointer to a @p objects_fifo_t structure - * @param[in] objsize size of objects + * @param[in] objsize object size * @param[in] objn number of objects available * @param[in] objbuf pointer to the buffer of objects, it must be able * to hold @p objn objects of @p objsize size