From b47c6e1f7aeffe4832d1d3a712fd8e6605953037 Mon Sep 17 00:00:00 2001 From: michelou Date: Wed, 12 Oct 2005 15:49:22 +0000 Subject: - corrected typos in Scala comment. --- sources/scala/_trait_.scala | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/sources/scala/_trait_.scala b/sources/scala/_trait_.scala index af73c0c8d8..61928d4284 100755 --- a/sources/scala/_trait_.scala +++ b/sources/scala/_trait_.scala @@ -10,8 +10,9 @@ package scala; -/** Temporary class when this appears in the atribute list of an abstract class, the - * class is assumed to be a trait. Used to ensure that cold that compiles under old scalac - * can also copmpile under nsc. +/** Temporary class. + * When this appears in the attribute list of an abstract class, the class + * is assumed to be a trait. Used to ensure that code that compiles under + * (old) scalac can also compile under nsc. */ class _trait_ extends Attribute {} -- cgit v1.2.3