spelling: layer (?)

Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
Josh Soref 2025-01-28 14:45:56 -05:00
parent a503372d8d
commit 087fa58d43

View file

@ -20,7 +20,7 @@
#include <stddef.h>
//! Internal interface for glayer to schedule a render for the window:
//! Internal interface for layer to schedule a render for the window:
//! @param window Pointer to the window to schedule
void window_schedule_render(Window *window);