From aafbd89c5e6c643e9c80edabda1fac2437bea927 Mon Sep 17 00:00:00 2001 From: Brian Paul Date: Mon, 20 Oct 2014 11:53:33 -0600 Subject: [PATCH] mesa: fix 'feeedback' typo in comment Trivial. --- src/mesa/main/mtypes.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 { -- 2.30.2