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) {
280280}
281281
282282/**
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)`.
284284 */
285285pragma [ nomagic]
286286private predicate hasSubtypeStar1 ( RefType t , RefType sub ) {
@@ -292,7 +292,7 @@ private predicate hasSubtypeStar1(RefType t, RefType sub) {
292292}
293293
294294/**
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)`.
296296 */
297297pragma [ nomagic]
298298private predicate hasSubtypeStar2 ( RefType t , RefType sub ) {
You can’t perform that action at this time.
0 commit comments