From 03b3f7d4a1995c735ba95080f7dc5e0c68d07ca3 Mon Sep 17 00:00:00 2001 From: Eugene Vigdorchik Date: Tue, 16 Nov 2010 16:10:59 +0000 Subject: Correct wrong comment. No review. --- src/compiler/scala/tools/nsc/interactive/Global.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/compiler') 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") -- cgit v1.2.3