mirror of
https://github.com/apache/nuttx.git
synced 2026-05-31 14:27:37 +08:00
Fix some typos in comments
Signed-off-by: Juha Niskanen <juha.niskanen@haltian.com>
This commit is contained in:
committed by
Abdelatif Guettouche
parent
70cbb7e537
commit
ca7a7ccbeb
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user