Skip to content
Snippets Groups Projects
Commit 06f70973 authored by Paul Sokolovsky's avatar Paul Sokolovsky
Browse files

unix/unix_mphal: Typo fix in comment.

parent 32b3549c
No related branches found
No related tags found
No related merge requests found
......@@ -110,7 +110,7 @@ void mp_hal_stdout_tx_strn(const char *str, mp_uint_t len) {
(void)ret; // to suppress compiler warning
}
// cooked is same as uncooked because they terminal does some postprocessing
// cooked is same as uncooked because the terminal does some postprocessing
void mp_hal_stdout_tx_strn_cooked(const char *str, mp_uint_t len) {
mp_hal_stdout_tx_strn(str, len);
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment