summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormichelou <michelou@epfl.ch>2005-10-12 15:49:22 +0000
committermichelou <michelou@epfl.ch>2005-10-12 15:49:22 +0000
commitb47c6e1f7aeffe4832d1d3a712fd8e6605953037 (patch)
tree32a9dffc42adbea9f982336954a16ae49cbd9308
parente142eae2eb303a953dce4a551ce938f48945889e (diff)
downloadscala-b47c6e1f7aeffe4832d1d3a712fd8e6605953037.tar.gz
scala-b47c6e1f7aeffe4832d1d3a712fd8e6605953037.tar.bz2
scala-b47c6e1f7aeffe4832d1d3a712fd8e6605953037.zip
- corrected typos in Scala comment.
-rwxr-xr-xsources/scala/_trait_.scala7
1 files 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) <code>scalac</code> can also compile under <code>nsc</code>.
*/
class _trait_ extends Attribute {}