From: Brian Paul Date: Mon, 20 Oct 2014 17:53:33 +0000 (-0600) Subject: mesa: fix 'feeedback' typo in comment X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=aafbd89c5e6c643e9c80edabda1fac2437bea927;p=mesa.git mesa: fix 'feeedback' typo in comment Trivial. --- diff --git a/src/mesa/main/mtypes.h b/src/mesa/main/mtypes.h index 051a85f6a00..415d302fcc6 100644 --- a/src/mesa/main/mtypes.h +++ b/src/mesa/main/mtypes.h @@ -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 {