Module: Mesa Branch: master Commit: aafbd89c5e6c643e9c80edabda1fac2437bea927 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=aafbd89c5e6c643e9c80edabda1fac2437bea927
Author: Brian Paul <[email protected]> Date: Mon Oct 20 11:53:33 2014 -0600 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 051a85f..415d302 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 { _______________________________________________ mesa-commit mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/mesa-commit
