Skip to content

Commit 93673e9

Browse files
committed
Fix typo
1 parent b2d7261 commit 93673e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compiler/src/dotty/tools/dotc/typer/Namer.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -269,7 +269,7 @@ class Namer { typer: Typer =>
269269

270270
/** Check that flags are OK for symbol. This is done early to avoid
271271
* catastrophic failure when we create a TermSymbol with TypeFlags, or vice versa.
272-
* A more complete check is done in checkWellformed.
272+
* A more complete check is done in checkWellFormed.
273273
*/
274274
def checkFlags(flags: FlagSet) =
275275
if (flags.isEmpty) flags

0 commit comments

Comments
 (0)