8000 minimal: Clarify comments. · russbot/circuitpython@8bfa11b · GitHub
[go: up one dir, main page]

Skip to content

Commit 8bfa11b

Browse files
committed
minimal: Clarify comments.
1 parent 8cee03b commit 8bfa11b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

minimal/uart_extra.c

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@
55

66
/*
77
* Extra UART functions
8-
* These can be either optimized for a particular port, or reference,
9-
* not very optimal implementation below can be used.
8+
* These can be either optimized for a particular port, or reference
9+
* implementation below can be used.
1010
*/
1111

12-
// Send "cooked" string of length, where every occurance of
12+
// Send "cooked" string of given length, where every occurance of
1313
// LF character is replaced with CR LF.
1414
void mp_hal_stdout_tx_strn_cooked(const char *str, mp_uint_t len) {
1515
while (len--) {

0 commit comments

Comments
 (0)
0