commit | ca16c3821053e5bf2b87aeb10007f73f31dc1eac | [log] [tgz] |
---|---|---|
author | Ville Skyttä <ville.skytta@iki.fi> | Mon May 29 10:08:14 2017 +0300 |
committer | Ville Skyttä <ville.skytta@iki.fi> | Mon May 29 11:36:05 2017 +0300 |
tree | 28b394ba7ef2e107c5fb3112c7ba97f01b6915f1 | |
parent | e5e49bedcb0ed353ee22ba99078301d9ccd87dbf [diff] [blame] |
various: Spelling fixes
diff --git a/py/obj.c b/py/obj.c index 98ffa93..493945a 100644 --- a/py/obj.c +++ b/py/obj.c
@@ -401,7 +401,7 @@ return MP_OBJ_NEW_SMALL_INT(id); } else { // If that didn't work, well, let's return long int, just as - // a (big) positve value, so it will never clash with the range + // a (big) positive value, so it will never clash with the range // of small int returned in previous case. return mp_obj_new_int_from_uint((mp_uint_t)id); }