summaryrefslogtreecommitdiffstats
path: root/source/slang/syntax-base-defs.h
diff options
context:
space:
mode:
Diffstat (limited to 'source/slang/syntax-base-defs.h')
-rw-r--r--source/slang/syntax-base-defs.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/slang/syntax-base-defs.h b/source/slang/syntax-base-defs.h
index 93fe687fd..b1faf6776 100644
--- a/source/slang/syntax-base-defs.h
+++ b/source/slang/syntax-base-defs.h
@@ -178,7 +178,7 @@ SYNTAX_CLASS(ThisTypeSubstitution, Substitutions)
END_SYNTAX_CLASS()
SYNTAX_CLASS(GlobalGenericParamSubstitution, Substitutions)
- // the __generic_param decl to be substituted
+ // the type_param decl to be substituted
DECL_FIELD(GlobalGenericParamDecl*, paramDecl)
// the actual type to substitute in