Skip to content

Commit 628cc75

Browse files
committed
Fix typo in comment
1 parent 4836964 commit 628cc75

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compiler/src/dotty/tools/dotc/core/classfile/ClassfileParser.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ object ClassfileParser {
2424
* be invalidated. */
2525
object NoEmbedded extends Embedded
2626

27-
/** Replace raw types with wildcad applications */
27+
/** Replace raw types with wildcard applications */
2828
def cook(implicit ctx: Context) = new TypeMap {
2929
def apply(tp: Type): Type = tp match {
3030
case tp: TypeRef if tp.symbol.typeParams.nonEmpty =>

0 commit comments

Comments
 (0)