summaryrefslogtreecommitdiff
path: root/src/compiler
diff options
context:
space:
mode:
authorEugene Vigdorchik <eugenevigdorchik@epfl.ch>2010-11-16 16:10:59 +0000
committerEugene Vigdorchik <eugenevigdorchik@epfl.ch>2010-11-16 16:10:59 +0000
commit03b3f7d4a1995c735ba95080f7dc5e0c68d07ca3 (patch)
tree2bf3276f27a9ab1e123233e033c83ed333f557c9 /src/compiler
parent70ecc1ea56dbde5f6124b6733973ffc56deae277 (diff)
downloadscala-03b3f7d4a1995c735ba95080f7dc5e0c68d07ca3.tar.gz
scala-03b3f7d4a1995c735ba95080f7dc5e0c68d07ca3.tar.bz2
scala-03b3f7d4a1995c735ba95080f7dc5e0c68d07ca3.zip
Correct wrong comment. No review.
Diffstat (limited to 'src/compiler')
-rw-r--r--src/compiler/scala/tools/nsc/interactive/Global.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/compiler/scala/tools/nsc/interactive/Global.scala b/src/compiler/scala/tools/nsc/interactive/Global.scala
index 5bb22010ec..86b9465699 100644
--- a/src/compiler/scala/tools/nsc/interactive/Global.scala
+++ b/src/compiler/scala/tools/nsc/interactive/Global.scala
@@ -599,7 +599,7 @@ self =>
/** Return fully attributed tree at given position
- * (i.e. largest tree that's contained by position)
+ * (i.e. smallest tree containing position)
*/
def typedTreeAt(pos: Position): Tree = {
debugLog("starting typedTreeAt")