From 06f70973f7cbbb9b64d8fe3990a2addc5c3329fd Mon Sep 17 00:00:00 2001 From: Paul Sokolovsky <pfalcon@users.sourceforge.net> Date: Mon, 2 Nov 2015 00:22:55 +0300 Subject: [PATCH] unix/unix_mphal: Typo fix in comment. --- unix/unix_mphal.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/unix/unix_mphal.c b/unix/unix_mphal.c index 308349c60..4d7c7aa05 100644 --- a/unix/unix_mphal.c +++ b/unix/unix_mphal.c @@ -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); } -- GitLab