Skip to content

Commit f837d16

Browse files
author
Daniel Campora
committed
cc3200: Fix typo in modpyb.
1 parent 9249242 commit f837d16

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cc3200/mods/modpyb.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ STATIC MP_DEFINE_CONST_FUN_OBJ_0(pyb_reset_obj, pyb_reset);
9595

9696
#ifdef DEBUG
9797
/// \function info([dump_alloc_table])
98-
/// Print out some run time info which is helpful duirng development.
98+
/// Print out some run time info which is helpful during development.
9999
STATIC mp_obj_t pyb_info(uint n_args, const mp_obj_t *args) {
100100
// FreeRTOS info
101101
{

0 commit comments

Comments
 (0)