summaryrefslogtreecommitdiff
path: root/src/libs/glsl/glslast.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/libs/glsl/glslast.h')
-rw-r--r--src/libs/glsl/glslast.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libs/glsl/glslast.h b/src/libs/glsl/glslast.h
index e203e16877..479a9514d1 100644
--- a/src/libs/glsl/glslast.h
+++ b/src/libs/glsl/glslast.h
@@ -751,7 +751,7 @@ public:
: AST(Kind_StructField), name(_name), type(0) {}
// Takes the outer shell of an array type with the innermost
- // element type set to null. The fixInnerTypes() method will
+ // element type set to null. The fixInnerTypes() function will
// set the innermost element type to a meaningful value.
Field(const QString *_name, TypeAST *_type)
: AST(Kind_StructField), name(_name), type(_type) {}