diff --git a/platform/snowy/boot/src/drivers/display/ice40lp.c b/platform/snowy/boot/src/drivers/display/ice40lp.c index 3aaaae3a..6a13a410 100644 --- a/platform/snowy/boot/src/drivers/display/ice40lp.c +++ b/platform/snowy/boot/src/drivers/display/ice40lp.c @@ -171,7 +171,7 @@ void display_power_disable(void) { //! //! Write a single byte synchronously to the display. Use this -//! sparingly, as it will tie up the micro duing the write. +//! sparingly, as it will tie up the micro during the write. //! void display_write_byte(uint8_t d) { // Block until the tx buffer is empty diff --git a/src/fw/drivers/display/sharp_ls013b7dh01/sharp_ls013b7dh01.c b/src/fw/drivers/display/sharp_ls013b7dh01/sharp_ls013b7dh01.c index a2cf680e..45d1eba9 100644 --- a/src/fw/drivers/display/sharp_ls013b7dh01/sharp_ls013b7dh01.c +++ b/src/fw/drivers/display/sharp_ls013b7dh01/sharp_ls013b7dh01.c @@ -304,7 +304,7 @@ static void prv_memcpy_backwards(uint32_t* dst, uint32_t* src, int length) { //! //! Write a single byte synchronously to the display. Use this -//! sparingly, as it will tie up the micro duing the write. +//! sparingly, as it will tie up the micro during the write. //! static void prv_display_write_byte(uint8_t d) { // Block until the tx buffer is empty