From 2f73bcc56e0ea8d0124ce52beb9aa9c68f245a53 Mon Sep 17 00:00:00 2001 From: Jason Zaugg Date: Fri, 19 Aug 2016 09:42:44 +1000 Subject: Minor changes after review --- src/compiler/scala/tools/nsc/classpath/DirectoryClassPath.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/compiler/scala/tools/nsc/classpath') diff --git a/src/compiler/scala/tools/nsc/classpath/DirectoryClassPath.scala b/src/compiler/scala/tools/nsc/classpath/DirectoryClassPath.scala index 0d6925e8ac..c4be59d7eb 100644 --- a/src/compiler/scala/tools/nsc/classpath/DirectoryClassPath.scala +++ b/src/compiler/scala/tools/nsc/classpath/DirectoryClassPath.scala @@ -101,7 +101,7 @@ trait JFileDirectoryLookup[FileEntryType <: ClassRepresentation] extends Directo // with the same base type depth. // // Notably, this will stably infer`Product with Serializable` - // as the type of `ase class C(); case class D(); List(C(), D()).head`, rather than the opposite order. + // as the type of `case class C(); case class D(); List(C(), D()).head`, rather than the opposite order. // On Mac, the HFS performs this sorting transparently, but on Linux the order is unspecified. // // Note this behaviour can be enabled with in javac with `javac -XDsortfiles`, but that's only -- cgit v1.2.3