From 6d6b22b697d3507cf7acf75474c0e24c0ef28bf4 Mon Sep 17 00:00:00 2001 From: Josh Soref <2119212+jsoref@users.noreply.github.com> Date: Tue, 28 Jan 2025 13:18:48 -0500 Subject: [PATCH] spelling: completing Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> --- tests/fw/services/compositor/test_compositor.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/fw/services/compositor/test_compositor.c b/tests/fw/services/compositor/test_compositor.c index b7c547c3..fb7dcae6 100644 --- a/tests/fw/services/compositor/test_compositor.c +++ b/tests/fw/services/compositor/test_compositor.c @@ -276,7 +276,7 @@ void test_compositor__app_render_busy(void) { compositor_app_render_ready(); cl_assert_equal_i(s_count_display_update, 0); - // Now fake the display update completeing. The app should know draw. + // Now fake the display update completing. The app should know draw. s_display_update_in_progress = false; prv_handle_display_update_complete(); cl_assert_equal_i(s_count_display_update, 1);