From 06f70973f7cbbb9b64d8fe3990a2addc5c3329fd Mon Sep 17 00:00:00 2001 From: Paul Sokolovsky Date: Mon, 2 Nov 2015 00:22:55 +0300 Subject: unix/unix_mphal: Typo fix in comment. --- unix/unix_mphal.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'unix/unix_mphal.c') diff --git a/unix/unix_mphal.c b/unix/unix_mphal.c index 308349c60e..4d7c7aa053 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); } -- cgit v1.2.3