OSDN Git Service

mesa: fix 'feeedback' typo in comment
authorBrian Paul <brianp@vmware.com>
Mon, 20 Oct 2014 17:53:33 +0000 (11:53 -0600)
committerBrian Paul <brianp@vmware.com>
Mon, 20 Oct 2014 17:53:34 +0000 (11:53 -0600)
Trivial.

src/mesa/main/mtypes.h

index 051a85f..415d302 100644 (file)
@@ -2775,7 +2775,7 @@ struct gl_shader_program
     * Transform feedback varyings last specified by
     * glTransformFeedbackVaryings().
     *
-    * For the current set of transform feeedback varyings used for transform
+    * For the current set of transform feedback varyings used for transform
     * feedback output, see LinkedTransformFeedback.
     */
    struct {