Fix some typos in comments

Signed-off-by: Juha Niskanen <juha.niskanen@haltian.com>
This commit is contained in:
Juha Niskanen
2020-11-08 17:57:30 +02:00
committed by Abdelatif Guettouche
parent 70cbb7e537
commit ca7a7ccbeb
10 changed files with 15 additions and 15 deletions
+1 -1
View File
@@ -264,7 +264,7 @@ void uart_recvchars_dma(FAR uart_dev_t *dev)
is_full = nexthead == rxbuf->tail;
#ifdef CONFIG_SERIAL_IFLOWCONTROL_WATERMARKS
/* Pre-calcuate the watermark level that we will need to test against. */
/* Pre-calculate the watermark level that we will need to test against. */
watermark = (CONFIG_SERIAL_IFLOWCONTROL_UPPER_WATERMARK * rxbuf->size) /
100;