[kw41z] replaced 'the the' string with 'the' (#2174)

This commit is contained in:
georgecpr
2017-09-06 09:53:19 -07:00
committed by Jonathan Hui
parent d5fcc825f5
commit 5390449351
5 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -1115,7 +1115,7 @@ void DSPI_MasterTransferHandleIRQ(SPI_Type *base, dspi_master_handle_t *handle)
if (handle->rxData)
{
/* For the last word received, if there is an extra byte due to the odd transfer
* byte count, only save the the last byte and discard the upper byte
* byte count, only save the last byte and discard the upper byte
*/
if (handle->remainingReceiveByteCount == 1)
{
+1 -1
View File
@@ -706,7 +706,7 @@ static inline void EDMA_TriggerChannelStart(DMA_Type *base, uint32_t channel)
* @brief Gets the remaining major loop count from the eDMA current channel TCD.
*
* This function checks the TCD (Task Control Descriptor) status for a specified
* eDMA channel and returns the the number of major loop count that has not finished.
* eDMA channel and returns the number of major loop count that has not finished.
*
* @param base eDMA peripheral base address.
* @param channel eDMA channel number.
+1 -1
View File
@@ -1156,7 +1156,7 @@ status_t FLASH_SetFlexramFunction(flash_config_t *config, flash_flexram_function
*/
/*!
* @brief Configures the Swap function or checks the the swap state of the Flash module.
* @brief Configures the Swap function or checks the swap state of the Flash module.
*
* @param config A pointer to the storage for the driver runtime state.
* @param address Address used to configure the flash Swap function.
+1 -1
View File
@@ -94,7 +94,7 @@ typedef struct _trng_statistical_check_limit
/*!
* @brief Data structure for the TRNG initialization
*
* This structure initializes the TRNG by calling the the TRNG_Init() function.
* This structure initializes the TRNG by calling the TRNG_Init() function.
* It contains all TRNG configurations.
*/
typedef struct _trng_user_config
+1 -1
View File
@@ -506,7 +506,7 @@ static inline void TSI_StartSoftwareTrigger(TSI_Type *base)
}
/*!
* @brief Sets the the measured channel number.
* @brief Sets the measured channel number.
*
* @param base TSI peripheral base address.
* @param channel Channel number 0 ... 15.