From 7ad2ace833d739a77257ba645c41f41303a07ae9 Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Mon, 14 Apr 2014 16:36:07 -0600 Subject: [PATCH] Costmetic changes to some comments --- arch/arm/src/sam34/sam_vectors.S | 2 +- drivers/serial/serialirq.c | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/arch/arm/src/sam34/sam_vectors.S b/arch/arm/src/sam34/sam_vectors.S index 1ee78569c8..8e0aca781f 100644 --- a/arch/arm/src/sam34/sam_vectors.S +++ b/arch/arm/src/sam34/sam_vectors.S @@ -440,7 +440,7 @@ exception_common: ldr r14, =EXC_RETURN_PRIVTHR /* Load the special value */ #endif - /* Restore the interrupt state */ + /* Restore the interrupt state */ #ifdef CONFIG_ARMV7M_USEBASEPRI msr basepri, r3 /* Restore interrupts priority masking */ diff --git a/drivers/serial/serialirq.c b/drivers/serial/serialirq.c index be3500cdd7..074129aadb 100644 --- a/drivers/serial/serialirq.c +++ b/drivers/serial/serialirq.c @@ -147,8 +147,8 @@ void uart_recvchars(FAR uart_dev_t *dev) nexthead = 0; } - /* Loop putting characters into the receive buffer until either there are no - * further characters to available. + /* Loop putting characters into the receive buffer until there are no further + * characters to available. */ while (uart_rxavailable(dev))