Mesa (master): mesa: fix 'feeedback' typo in comment

Brian Paul brianp at kemper.freedesktop.org
Mon Oct 20 17:53:49 UTC 2014


Module: Mesa
Branch: master
Commit: aafbd89c5e6c643e9c80edabda1fac2437bea927
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=aafbd89c5e6c643e9c80edabda1fac2437bea927

Author: Brian Paul <brianp at vmware.com>
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 {




More information about the mesa-commit mailing list