summaryrefslogtreecommitdiff
path: root/ports/unix/modtermios.c
diff options
context:
space:
mode:
Diffstat (limited to 'ports/unix/modtermios.c')
-rw-r--r--ports/unix/modtermios.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ports/unix/modtermios.c b/ports/unix/modtermios.c
index 687bf1abf..4f9751e27 100644
--- a/ports/unix/modtermios.c
+++ b/ports/unix/modtermios.c
@@ -75,7 +75,7 @@ STATIC mp_obj_t mod_termios_tcsetattr(mp_obj_t fd_in, mp_obj_t when_in, mp_obj_t
// We don't export TCSANOW and friends to save on code space. Then
// common lazy sense says that passing 0 should be godo enough, and
// it is e.g. for glibc. But for other libc's it's not, so set just
- // treat 0 as defauling to TCSANOW.
+ // treat 0 as defaulting to TCSANOW.
when = TCSANOW;
}