From 9479b4564236636b6bb55b5975e41dd19c97d6d0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Guido=20G=C3=BCnther?= Date: Sun, 19 Apr 2026 15:33:56 +0200 Subject: [PATCH] render/gles2: Fix wording MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Drop superfluous "is" and use "They" to refer to the states. Signed-off-by: Guido Günther --- include/render/gles2.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/render/gles2.h b/include/render/gles2.h index 6b852dcb7..226592b5b 100644 --- a/include/render/gles2.h +++ b/include/render/gles2.h @@ -119,8 +119,8 @@ struct wlr_gles2_texture { GLenum target; - // If this texture is imported from a buffer, the texture is does not own - // these states. These cannot be destroyed along with the texture in this + // If this texture is imported from a buffer, the texture does not own + // these states. They cannot be destroyed along with the texture in this // case. GLuint tex; GLuint fbo;