summaryrefslogtreecommitdiff
path: root/src/types.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/types.cpp')
-rw-r--r--src/types.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/types.cpp b/src/types.cpp
index 2eaf7cd2..7e2a835e 100644
--- a/src/types.cpp
+++ b/src/types.cpp
@@ -327,7 +327,7 @@ bool TypeRef::impls_wildcard(const AST::Crate& crate, const AST::Path& trait) co
),
// Generics are an error?
(Generic,
- // TODO: Include an annotation to the TypeParams structure relevant to this type
+ // TODO: Include an annotation to the GenericParams structure relevant to this type
// - Allows searching the params for the impl, without having to pass the params down
throw CompileError::Todo("TypeRef::impls_wildcard - param");
),