File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
java/ql/lib/semmle/code/java Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -280,7 +280,7 @@ private predicate getAWildcardLowerBound(RefType t) {
280
280
}
281
281
282
282
/**
283
- * Holds if `hasSubtype*(t, sub)`, but manuel -magic'ed with `getAWildcardUpperBound(t)`.
283
+ * Holds if `hasSubtype*(t, sub)`, but manual -magic'ed with `getAWildcardUpperBound(t)`.
284
284
*/
285
285
pragma [ nomagic]
286
286
private predicate hasSubtypeStar1 ( RefType t , RefType sub ) {
@@ -292,7 +292,7 @@ private predicate hasSubtypeStar1(RefType t, RefType sub) {
292
292
}
293
293
294
294
/**
295
- * Holds if `hasSubtype*(t, sub)`, but manuel -magic'ed with `getAWildcardLowerBound(sub)`.
295
+ * Holds if `hasSubtype*(t, sub)`, but manual -magic'ed with `getAWildcardLowerBound(sub)`.
296
296
*/
297
297
pragma [ nomagic]
298
298
private predicate hasSubtypeStar2 ( RefType t , RefType sub ) {
You can’t perform that action at this time.
0 commit comments