From a015704f16561b0361286a0106a35810a30ffd8c Mon Sep 17 00:00:00 2001 From: Robert Stoll Date: Thu, 29 Mar 2018 20:43:57 +0200 Subject: [PATCH] fix spelling, classes instead of lasses --- compiler/src/dotty/tools/dotc/ast/Desugar.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compiler/src/dotty/tools/dotc/ast/Desugar.scala b/compiler/src/dotty/tools/dotc/ast/Desugar.scala index 30dad2f44847..a9999c58f81e 100644 --- a/compiler/src/dotty/tools/dotc/ast/Desugar.scala +++ b/compiler/src/dotty/tools/dotc/ast/Desugar.scala @@ -50,7 +50,7 @@ object desugar { */ class DerivedFromParamTree(suffix: String) extends DerivedTypeTree { - /** Make sure that for all enclosing module classes their companion lasses + /** Make sure that for all enclosing module classes their companion classes * are completed. Reason: We need the constructor of such companion classes to * be completed so that OriginalSymbol attachments are pushed to DerivedTypeTrees * in apply/unapply methods.