diff options
author | Daniel Campora <daniel@wipy.io> | 2015-08-12 16:42:18 +0200 |
---|---|---|
committer | Daniel Campora <daniel@wipy.io> | 2015-08-16 20:18:07 +0200 |
commit | f837d166e595e233948880b1fc975fdeece8b217 (patch) | |
tree | 93304e3cdedde8d3de7fd0b23a782a4d7d20c19a | |
parent | 924924211959c0bc597a303d53910e6d2b015a56 (diff) |
cc3200: Fix typo in modpyb.
-rw-r--r-- | cc3200/mods/modpyb.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cc3200/mods/modpyb.c b/cc3200/mods/modpyb.c index d73eb31b5..3e71d658c 100644 --- a/cc3200/mods/modpyb.c +++ b/cc3200/mods/modpyb.c @@ -95,7 +95,7 @@ STATIC MP_DEFINE_CONST_FUN_OBJ_0(pyb_reset_obj, pyb_reset); #ifdef DEBUG /// \function info([dump_alloc_table]) -/// Print out some run time info which is helpful duirng development. +/// Print out some run time info which is helpful during development. STATIC mp_obj_t pyb_info(uint n_args, const mp_obj_t *args) { // FreeRTOS info { |