Skip to content
Snippets Groups Projects
Commit 7ad2ace8 authored by Gregory Nutt's avatar Gregory Nutt
Browse files

Costmetic changes to some comments

parent 48cdbfe5
No related branches found
No related tags found
No related merge requests found
......@@ -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 */
......
......@@ -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))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment