From 3e8abaac5800aeb2ff5189ed2af14f9ff8328fa8 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Tue, 27 Aug 2024 10:30:35 +0530 Subject: [PATCH] ... --- glfw/wl_window.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/glfw/wl_window.c b/glfw/wl_window.c index 02ec76d71..a200ae8b1 100644 --- a/glfw/wl_window.c +++ b/glfw/wl_window.c @@ -1345,7 +1345,7 @@ int _glfwPlatformCreateWindow(_GLFWwindow* window, window->wl.monitorsCount = 0; window->wl.monitorsSize = 1; // looping till window fully created attaches a single pixel buffer to the window, - // this cannot be done once a OpenGL context is created for the window. So first loop + // this cannot be done once a OpenGL context is created for the window. So first loop // and only then create the OpenGL context. if (window->wl.visible) loop_till_window_fully_created(window); debug("Creating OpenGL context and attaching it to window\n");