all: Fix various spelling mistakes found by codespell 2.2.6.
Signed-off-by: Damien George <damien@micropython.org>
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user