Costmetic changes to some comments

This commit is contained in:
Gregory Nutt 2014-04-14 16:36:07 -06:00
parent 48cdbfe5ba
commit 7ad2ace833
2 changed files with 3 additions and 3 deletions

View File

@ -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 */

View File

@ -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))