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;