diff --git a/gdk/wayland/gdkglcontext-wayland.c b/gdk/wayland/gdkglcontext-wayland.c index fcf4ace152..3b15652e4a 100644 --- a/gdk/wayland/gdkglcontext-wayland.c +++ b/gdk/wayland/gdkglcontext-wayland.c @@ -75,7 +75,7 @@ gdk_wayland_gl_context_end_frame (GdkDrawContext *draw_context, WL_SURFACE_OFFSET_SINCE_VERSION) wl_surface_offset (impl->display_server.wl_surface, dx, dy); - /* We should do ths when setting up the EGLSurface, but we don't make_current then */ + /* We should do this when setting up the EGLSurface, but we don't make_current then */ eglSwapInterval (gdk_display_get_egl_display (gdk_draw_context_get_display (draw_context)), 0); GDK_DRAW_CONTEXT_CLASS (gdk_wayland_gl_context_parent_class)->end_frame (draw_context, painted);