all: Fix various spelling mistakes found by codespell 2.2.6.

Signed-off-by: Damien George <damien@micropython.org>
This commit is contained in:
Damien George
2023-10-03 11:24:50 +11:00
parent 9d5d2e8cf7
commit cf490a7091
20 changed files with 22 additions and 22 deletions

View File

@@ -536,7 +536,7 @@ SRC_QSTR += $(SRC_C) $(SRC_SHARED_C) $(DRIVERS_SRC_C) $(SRC_BOARD_MODULES)
# SRC_QSTR
SRC_QSTR_AUTO_DEPS +=
# Making OBJ use an order-only depenedency on the generated pins.h file
# Making OBJ use an order-only dependency on the generated pins.h file
# has the side effect of making the pins.h file before we actually compile
# any of the objects. The normal dependency generation will deal with the
# case when pins.h is modified. But when it doesn't exist, we don't know

View File

@@ -942,7 +942,7 @@ static void sd_evt_handler(uint32_t evt_id) {
break;
}
#if MICROPY_HW_USB_CDC
// Farward SOC events to USB CDC driver.
// Forward SOC events to USB CDC driver.
usb_cdc_sd_event_handler(evt_id);
#endif
}