Skip to content

Commit 57f36ba

Browse files
committed
Merge pull request scala#4138 from stevegury/patch-1
Fix one typo in the scaladoc of Inliners
2 parents 304edd8 + 7583953 commit 57f36ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/compiler/scala/tools/nsc/backend/opt/Inliners.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ import scala.reflect.internal.util.NoSourceFile
2626
* where `p` is defined in a library L, and is accessed from a library C (for Client),
2727
* where C was compiled against L', an optimized version of L where the inliner made `p` public at the bytecode level.
2828
* The only such members are fields, either synthetic or isParamAccessor, and thus having a dollar sign in their name
29-
* (the accesibility of methods and constructors isn't touched by the inliner).
29+
* (the accessibility of methods and constructors isn't touched by the inliner).
3030
*
3131
* Thus we add one more goal to our list:
3232
* (c) Compile C (either optimized or not) against any of L or L',

0 commit comments

Comments
 (0)