From 4ed801eaf9c8fc6ab1fc07552922ca667631f034 Mon Sep 17 00:00:00 2001 From: Josh Soref <2119212+jsoref@users.noreply.github.com> Date: Tue, 28 Jan 2025 11:02:20 -0500 Subject: [PATCH] spelling: a Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> --- tests/fw/test_resource.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/fw/test_resource.c b/tests/fw/test_resource.c index eb3b1230..1c6d577e 100644 --- a/tests/fw/test_resource.c +++ b/tests/fw/test_resource.c @@ -373,7 +373,7 @@ void test_resource__read_past_last_byte_resource(void) { size_t image_size = resource_size(resource_bank, no_litter_res_id); uint8_t image_buf[image_size]; - // read the last byte, and make sure it returns a a failure 0 byte return value + // read the last byte, and make sure it returns a failure 0 byte return value cl_assert_equal_i( resource_load_byte_range_system(resource_bank, no_litter_res_id, image_size, image_buf, 1), 0);