summaryrefslogtreecommitdiff
path: root/src/compiler/scala/tools/nsc/typechecker/Typers.scala
diff options
context:
space:
mode:
authorLex Spoon <lex@lexspoon.org>2007-07-13 15:18:57 +0000
committerLex Spoon <lex@lexspoon.org>2007-07-13 15:18:57 +0000
commit76223e85e21418d373f19c43b0e89da4616323dc (patch)
treefe02478b3e62966b99409fc68c84f88c72a646dd /src/compiler/scala/tools/nsc/typechecker/Typers.scala
parent255435b4f25f7e31d801de80fd0135ecc385e10e (diff)
downloadscala-76223e85e21418d373f19c43b0e89da4616323dc.tar.gz
scala-76223e85e21418d373f19c43b0e89da4616323dc.tar.bz2
scala-76223e85e21418d373f19c43b0e89da4616323dc.zip
fixed the comment
Diffstat (limited to 'src/compiler/scala/tools/nsc/typechecker/Typers.scala')
-rw-r--r--src/compiler/scala/tools/nsc/typechecker/Typers.scala3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/compiler/scala/tools/nsc/typechecker/Typers.scala b/src/compiler/scala/tools/nsc/typechecker/Typers.scala
index bd126d5585..6fe9d16dab 100644
--- a/src/compiler/scala/tools/nsc/typechecker/Typers.scala
+++ b/src/compiler/scala/tools/nsc/typechecker/Typers.scala
@@ -16,8 +16,7 @@ import scala.tools.nsc.util.{HashSet, Position, Set, NoPosition}
import symtab.Flags._
import util.HashSet
-/** This trait provides methods to create symbols and to enter them into
- * scopes.
+/** This trait provides methods to assign types to trees.
*
* @author Martin Odersky
* @version 1.0