File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
src/compiler/scala/tools/nsc/backend/opt Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ import scala.reflect.internal.util.NoSourceFile
26
26
* where `p` is defined in a library L, and is accessed from a library C (for Client),
27
27
* where C was compiled against L', an optimized version of L where the inliner made `p` public at the bytecode level.
28
28
* 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).
30
30
*
31
31
* Thus we add one more goal to our list:
32
32
* (c) Compile C (either optimized or not) against any of L or L',
You can’t perform that action at this time.
0 commit comments