Skip to content

Commit c850c7d

Browse files
Fix typo in comment
1 parent b562bdd commit c850c7d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

java/ql/src/Stubs/Stubs.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ abstract private class GeneratedType extends RefType {
5151
result = this.getASupertype() and
5252
not result instanceof TypeObject and
5353
not this instanceof EnumType and
54-
// generic types have their source declaation (the corresponding raw type) as a supertype of themselves
54+
// generic types have their source declaration (the corresponding raw type) as a supertype of themselves
5555
result.getSourceDeclaration() != this
5656
}
5757

0 commit comments

Comments
 (0)