mesa: fix typos in gl_array_attrib comments
authorMarek Olšák <marek.olsak@amd.com>
Tue, 18 Oct 2022 05:37:10 +0000 (01:37 -0400)
committerMarge Bot <emma+marge@anholt.net>
Fri, 9 Dec 2022 03:18:53 +0000 (03:18 +0000)
Reviewed-by: Pierre-Eric Pelloux-Prayer <pierre-eric.pelloux-prayer@amd.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/19783>

src/mesa/main/mtypes.h

index 8d2f978..bcfe6a8 100644 (file)
@@ -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;