From a2229c8b6b008731913aa7bcce7f9ea6941b1e09 Mon Sep 17 00:00:00 2001 From: ManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com> Date: Sun, 20 Mar 2022 14:07:33 +0100 Subject: Fix typo in comment. --- src/drivers/Wayland/Fl_Wayland_Gl_Window_Driver.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/drivers/Wayland/Fl_Wayland_Gl_Window_Driver.cxx b/src/drivers/Wayland/Fl_Wayland_Gl_Window_Driver.cxx index 4d8f478e3..505709e09 100644 --- a/src/drivers/Wayland/Fl_Wayland_Gl_Window_Driver.cxx +++ b/src/drivers/Wayland/Fl_Wayland_Gl_Window_Driver.cxx @@ -299,7 +299,7 @@ void Fl_Wayland_Gl_Window_Driver::swap_buffers() { } if (egl_surface) { - //eglSwapInterval(egl_display, 0); // doesn't sem to have any effect in this context + //eglSwapInterval(egl_display, 0); // doesn't seem to have any effect in this context if (!egl_resize_in_progress) { while (wl_display_prepare_read(fl_display) != 0) { wl_display_dispatch_pending(fl_display); -- cgit v1.2.3