summaryrefslogtreecommitdiffstatshomepage
path: root/py/sequence.c
diff options
context:
space:
mode:
Diffstat (limited to 'py/sequence.c')
-rw-r--r--py/sequence.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/py/sequence.c b/py/sequence.c
index fa660a3384..5838607431 100644
--- a/py/sequence.c
+++ b/py/sequence.c
@@ -156,7 +156,7 @@ bool mp_seq_cmp_objs(mp_uint_t op, const mp_obj_t *items1, size_t len1, const mp
continue;
}
- // Othewise, if they are not equal, we can have final decision based on them
+ // Otherwise, if they are not equal, we can have final decision based on them
if (op == MP_BINARY_OP_EQUAL) {
// In particular, if we are checking for equality, here're the answer
return false;