From 1d1c704d1cb798b198b5ceac45937c4e5c5855f3 Mon Sep 17 00:00:00 2001 From: edolomb Date: Fri, 22 Jun 2018 13:40:37 +0000 Subject: Minor change git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@12119 110e8d01-0319-4d1e-a829-52ad28d1bb01 --- os/hal/ports/SAMA/LLD/DMAv1/sama_xdmac.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'os/hal/ports') diff --git a/os/hal/ports/SAMA/LLD/DMAv1/sama_xdmac.h b/os/hal/ports/SAMA/LLD/DMAv1/sama_xdmac.h index e562c24f3..7918d834d 100644 --- a/os/hal/ports/SAMA/LLD/DMAv1/sama_xdmac.h +++ b/os/hal/ports/SAMA/LLD/DMAv1/sama_xdmac.h @@ -146,11 +146,11 @@ typedef struct { /** * @brief Returns the number of transfers to be performed. * @note This function can be invoked in both ISR or thread context. - * @pre The stream must have been allocated using @p dmaChannelAllocate(). - * @post After use the stream can be released using @p dmaChannelRelease(). + * @pre The channel must have been allocated using @p dmaChannelAllocate(). + * @post After use the channel can be released using @p dmaChannelRelease(). * - * @param[in] dmachp pointer to a @p sama_dma_channel_t structure - * @return The number of transfers to be performed. + * @param[in] dmachp pointer to a @p sama_dma_channel_t structure + * @return The number of transfers to be performed. * * @special */ -- cgit v1.2.3