From 6defdc6ebbd5367525f7a53f575a9e391bbf10c4 Mon Sep 17 00:00:00 2001 From: Josh Soref <2119212+jsoref@users.noreply.github.com> Date: Tue, 28 Jan 2025 13:28:10 -0500 Subject: [PATCH] spelling: during Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> --- platform/snowy/boot/src/drivers/display/ice40lp.c | 2 +- src/fw/drivers/display/sharp_ls013b7dh01/sharp_ls013b7dh01.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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