From 8c57480b2a1da173b8807b36ae59644748104660 Mon Sep 17 00:00:00 2001 From: Josh Soref <2119212+jsoref@users.noreply.github.com> Date: Tue, 28 Jan 2025 15:30:20 -0500 Subject: [PATCH] spelling: processed Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> --- src/fw/applib/graphics/gdraw_command_list.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/fw/applib/graphics/gdraw_command_list.h b/src/fw/applib/graphics/gdraw_command_list.h index dce92738..faf7f97d 100644 --- a/src/fw/applib/graphics/gdraw_command_list.h +++ b/src/fw/applib/graphics/gdraw_command_list.h @@ -40,7 +40,7 @@ typedef struct GDrawCommandProcessor GDrawCommandProcessor; //! Callback for iterating over GDrawCommands //! @param processor GDrawCommandProcessor that is currently iterating over the GDrawCommandList. -//! @param proccessed_command Copy of the current GDrawCommand that can be modified +//! @param processed_command Copy of the current GDrawCommand that can be modified //! @param processed_command_max_size Size of GDrawCommand being processed //! @param list list of GDrawCommands that will be modified by the processor //! @param command Current GDrawCommand being processed