Mesa (master): glsl: fix comment typo: s/filed/field/

Brian Paul brianp at kemper.freedesktop.org
Thu Aug 27 19:12:00 UTC 2015


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

Author: Brian Paul <brianp at vmware.com>
Date:   Wed Aug 26 13:23:47 2015 -0600

glsl: fix comment typo: s/filed/field/

---

 src/glsl/glsl_types.h |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/glsl/glsl_types.h b/src/glsl/glsl_types.h
index e7c73da..02a398f 100644
--- a/src/glsl/glsl_types.h
+++ b/src/glsl/glsl_types.h
@@ -613,7 +613,7 @@ struct glsl_type {
    const glsl_type *field_type(const char *name) const;
 
    /**
-    * Get the location of a filed within a record type
+    * Get the location of a field within a record type
     */
    int field_index(const char *name) const;
 




More information about the mesa-commit mailing list