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;