From e84937a34489eab1669338bf8e3bb6c07e9d7295 Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Tue, 27 Aug 2013 09:40:19 -0600 Subject: Fix all occurrences of "the the" in documentation and comments --- nuttx/arch/arm/src/kinetis/kinetis_sdhc.c | 2 +- nuttx/arch/arm/src/kinetis/kinetis_serial.c | 16 ++++++++-------- nuttx/arch/arm/src/kinetis/kinetis_vectors.S | 2 +- 3 files changed, 10 insertions(+), 10 deletions(-) (limited to 'nuttx/arch/arm/src/kinetis') diff --git a/nuttx/arch/arm/src/kinetis/kinetis_sdhc.c b/nuttx/arch/arm/src/kinetis/kinetis_sdhc.c index eec5fba0e..4c392cbf8 100644 --- a/nuttx/arch/arm/src/kinetis/kinetis_sdhc.c +++ b/nuttx/arch/arm/src/kinetis/kinetis_sdhc.c @@ -742,7 +742,7 @@ static void kinetis_dataconfig(struct kinetis_dev_s *priv, bool bwrite, * Name: kinetis_datadisable * * Description: - * Disable the the SDIO data path setup by kinetis_dataconfig() and + * Disable the SDIO data path setup by kinetis_dataconfig() and * disable DMA. * ****************************************************************************/ diff --git a/nuttx/arch/arm/src/kinetis/kinetis_serial.c b/nuttx/arch/arm/src/kinetis/kinetis_serial.c index f176f5fa0..5bce5060f 100644 --- a/nuttx/arch/arm/src/kinetis/kinetis_serial.c +++ b/nuttx/arch/arm/src/kinetis/kinetis_serial.c @@ -900,8 +900,8 @@ static int up_interrupts(int irq, void *context) if (count > 0) #else /* Check if the receive data register is full (RDRF). NOTE: If - * FIFOS are enabled, this does not mean that the the FIFO is full, - * rather, it means that the the number of bytes in the RX FIFO has + * FIFOS are enabled, this does not mean that the FIFO is full, + * rather, it means that the number of bytes in the RX FIFO has * exceeded the watermark setting. There may actually be RX data * available! * @@ -929,8 +929,8 @@ static int up_interrupts(int irq, void *context) # error "Missing logic" #else /* Check if the transmit data register is "empty." NOTE: If FIFOS - * are enabled, this does not mean that the the FIFO is empty, rather, - * it means that the the number of bytes in the TX FIFO is below the + * are enabled, this does not mean that the FIFO is empty, rather, + * it means that the number of bytes in the TX FIFO is below the * watermark setting. There could actually be space for additional TX * data. * @@ -1090,8 +1090,8 @@ static bool up_rxavailable(struct uart_dev_s *dev) return count > 0; #else /* Return true if the receive data register is full (RDRF). NOTE: If - * FIFOS are enabled, this does not mean that the the FIFO is full, - * rather, it means that the the number of bytes in the RX FIFO has + * FIFOS are enabled, this does not mean that the FIFO is full, + * rather, it means that the number of bytes in the RX FIFO has * exceeded the watermark setting. There may actually be RX data * available! */ @@ -1175,8 +1175,8 @@ static bool up_txready(struct uart_dev_s *dev) # error "Missing logic" #else /* Return true if the transmit data register is "empty." NOTE: If - * FIFOS are enabled, this does not mean that the the FIFO is empty, - * rather, it means that the the number of bytes in the TX FIFO is + * FIFOS are enabled, this does not mean that the FIFO is empty, + * rather, it means that the number of bytes in the TX FIFO is * below the watermark setting. There may actually be space for * additional TX data. */ diff --git a/nuttx/arch/arm/src/kinetis/kinetis_vectors.S b/nuttx/arch/arm/src/kinetis/kinetis_vectors.S index 220c64053..8394ff916 100644 --- a/nuttx/arch/arm/src/kinetis/kinetis_vectors.S +++ b/nuttx/arch/arm/src/kinetis/kinetis_vectors.S @@ -626,7 +626,7 @@ kinetis_common: sub r1, #(4*SW_FPU_REGS) #endif - /* Save the the remaining registers on the stack after the registers pushed + /* Save the remaining registers on the stack after the registers pushed * by the exception handling logic. r2=SP and r3=primask or basepri, r4-r11, * r14=register values. */ -- cgit v1.2.3