Skip to content

Commit 2837365

Browse files
committed
Fix typo
1 parent 0ff3fd7 commit 2837365

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ object Inliner {
151151
def dropInlined(inlined: tpd.Inlined)(implicit ctx: Context): Tree = {
152152
if (enclosingInlineds.nonEmpty) inlined // Remove in the outer most inlined call
153153
else {
154-
// Position used for any tree that was inlined (inlcuding recursive inlines)
154+
// Position used for any tree that was inlined (including recursive inlines)
155155
val inlinedAtPos = inlined.call.pos
156156

157157
/** Removes all Inlined trees, replacing them with blocks.

0 commit comments

Comments
 (0)