Skip to content

Commit e21ae3f

Browse files
committed
Typo
1 parent f043599 commit e21ae3f

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
@@ -155,7 +155,7 @@ object Inliner {
155155
val inlinedAtPos = inlined.call.pos
156156

157157
/** Removes all Inlined trees, replacing them with blocks.
158-
* Repositions all trees directly inside an inlined expantion of a non empty call to the position of the call.
158+
* Repositions all trees directly inside an inlined expansion of a non empty call to the position of the call.
159159
* Any tree directly inside an empty call (inlined in the inlined code) retains their position.
160160
*/
161161
class Reposition extends TreeMap {

0 commit comments

Comments
 (0)