From 44614965a5c7fe70cbca8221c60804ebd7c0437f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marek=20Ol=C5=A1=C3=A1k?= Date: Tue, 18 Oct 2022 01:37:10 -0400 Subject: [PATCH] mesa: fix typos in gl_array_attrib comments Reviewed-by: Pierre-Eric Pelloux-Prayer Part-of: --- src/mesa/main/mtypes.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/mesa/main/mtypes.h b/src/mesa/main/mtypes.h index 8d2f978de70..bcfe6a8c4a9 100644 --- a/src/mesa/main/mtypes.h +++ b/src/mesa/main/mtypes.h @@ -1759,8 +1759,8 @@ struct gl_array_attrib * The VERT_BIT_* bits effectively enabled from the current _DrawVAO. * This is always a subset of _mesa_get_vao_vp_inputs(_DrawVAO) * but may omit those arrays that shall not be referenced by the current - * gl_vertex_program_state::_VPMode. For example the generic attributes are - * maked out form the _DrawVAO's enabled arrays when a fixed function + * gl_vertex_program_state::_VPMode. For example, the generic attributes are + * masked out from the _DrawVAO's enabled arrays when a fixed function * array draw is executed. */ GLbitfield _DrawVAOEnabledAttribs;