diff options
author | Brian Paul <[email protected]> | 2014-10-20 11:53:33 -0600 |
---|---|---|
committer | Brian Paul <[email protected]> | 2014-10-20 11:53:34 -0600 |
commit | aafbd89c5e6c643e9c80edabda1fac2437bea927 (patch) | |
tree | 75535d4a7030cafa41347e6cbe1dc753d0faea2e | |
parent | 4676c6c25bac58234b3df48f416c3d05ecd9b1c7 (diff) |
mesa: fix 'feeedback' typo in comment
Trivial.
-rw-r--r-- | src/mesa/main/mtypes.h | 2 |
1 files changed, 1 insertions, 1 deletions
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 { |