OSDN Git Service

glsl: fix comment typo: s/filed/field/
authorBrian Paul <brianp@vmware.com>
Wed, 26 Aug 2015 19:23:47 +0000 (13:23 -0600)
committerBrian Paul <brianp@vmware.com>
Thu, 27 Aug 2015 19:11:26 +0000 (13:11 -0600)
src/glsl/glsl_types.h

index e7c73da..02a398f 100644 (file)
@@ -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;