From 7583953177999aa5258e0a7dd705143f85db0f71 Mon Sep 17 00:00:00 2001 From: Steve Gury Date: Thu, 20 Nov 2014 15:13:27 -0800 Subject: Fix one typo in the scaladoc of Inliners The Scaladoc of `Inliners` contained one tiny typo for the word "accessibility". This PR only fixes this typo. --- src/compiler/scala/tools/nsc/backend/opt/Inliners.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/compiler/scala/tools/nsc/backend/opt/Inliners.scala b/src/compiler/scala/tools/nsc/backend/opt/Inliners.scala index 351eb23c4c..aa18b26d93 100644 --- a/src/compiler/scala/tools/nsc/backend/opt/Inliners.scala +++ b/src/compiler/scala/tools/nsc/backend/opt/Inliners.scala @@ -26,7 +26,7 @@ import scala.reflect.internal.util.NoSourceFile * where `p` is defined in a library L, and is accessed from a library C (for Client), * where C was compiled against L', an optimized version of L where the inliner made `p` public at the bytecode level. * The only such members are fields, either synthetic or isParamAccessor, and thus having a dollar sign in their name - * (the accesibility of methods and constructors isn't touched by the inliner). + * (the accessibility of methods and constructors isn't touched by the inliner). * * Thus we add one more goal to our list: * (c) Compile C (either optimized or not) against any of L or L', -- cgit v1.2.3