diff --git a/minimal/uart_extra.c b/minimal/uart_extra.c index 1c3fc2e033daf6a4095989622ddf99e78edfdccb..9b70f74867ab3fa840044589bd58a6f5c9ed57b1 100644 --- a/minimal/uart_extra.c +++ b/minimal/uart_extra.c @@ -5,11 +5,11 @@ /* * Extra UART functions - * These can be either optimized for a particular port, or reference, - * not very optimal implementation below can be used. + * These can be either optimized for a particular port, or reference + * implementation below can be used. */ -// Send "cooked" string of length, where every occurance of +// Send "cooked" string of given length, where every occurance of // LF character is replaced with CR LF. void mp_hal_stdout_tx_strn_cooked(const char *str, mp_uint_t len) { while (len--) {