From 0423ca826f901db8727a5b07e88ba67d4e9f28c8 Mon Sep 17 00:00:00 2001 From: Josh Soref <2119212+jsoref@users.noreply.github.com> Date: Tue, 28 Jan 2025 15:36:18 -0500 Subject: [PATCH] spelling: respectively Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> --- src/fw/applib/graphics/graphics_private_raw.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/fw/applib/graphics/graphics_private_raw.c b/src/fw/applib/graphics/graphics_private_raw.c index e9ffafc4..999b1e81 100644 --- a/src/fw/applib/graphics/graphics_private_raw.c +++ b/src/fw/applib/graphics/graphics_private_raw.c @@ -188,7 +188,7 @@ T_STATIC void prv_assign_vertical_line_raw(GContext *ctx, int16_t x, Fixed_S16_3 } // This function draws horizontal line with blending, given values have to be clipped and adjusted -// clip_box and draw_box respecively. +// clip_box and draw_box respectively. T_STATIC void prv_blend_horizontal_line_raw(GContext *ctx, int16_t y, int16_t x1, int16_t x2, GColor color) { PBL_ASSERTN(ctx); @@ -212,7 +212,7 @@ T_STATIC void prv_blend_horizontal_line_raw(GContext *ctx, int16_t y, int16_t x1 } // This function draws vertical line with blending, given values have to be clipped and adjusted -// clip_box and draw_box respecively. +// clip_box and draw_box respectively. T_STATIC void prv_blend_vertical_line_raw(GContext *ctx, int16_t x, int16_t y1, int16_t y2, GColor color) { PBL_ASSERTN(ctx);