minimal: Clarify comments.

This commit is contained in:
Paul Sokolovsky 2015-11-07 00:29:08 +03:00
parent 8cee03b118
commit 8bfa11b138

View File

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