From 3c336ea7f5017d4d13bc5dbbbb2bdbb8fc7415e4 Mon Sep 17 00:00:00 2001 From: Josh Soref <2119212+jsoref@users.noreply.github.com> Date: Tue, 28 Jan 2025 14:43:48 -0500 Subject: [PATCH] spelling: framebuffer Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> --- tests/fw/graphics/test_graphics_context.template.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/fw/graphics/test_graphics_context.template.c b/tests/fw/graphics/test_graphics_context.template.c index b4bd4d23..dfdf1f5d 100644 --- a/tests/fw/graphics/test_graphics_context.template.c +++ b/tests/fw/graphics/test_graphics_context.template.c @@ -831,7 +831,7 @@ void test_graphics_context_${BIT_DEPTH_NAME}__lock_framebuffer_fails_from_8BitCi }; void test_graphics_context_${BIT_DEPTH_NAME}__lock_framebuffer_1Bit_on_8BitCircular_must_fail(void) { - // Test for locking of 1Bit framebuffer when frambuffer is 8Bit Circular + // Test for locking of 1Bit framebuffer when framebuffer is 8Bit Circular GContext ctx = {.dest_bitmap.info.format = GBitmapFormat8BitCircular}; GBitmap *bmp = graphics_capture_frame_buffer_format(&ctx, GBitmapFormat1Bit); cl_assert(ctx.lock == false);