summaryrefslogtreecommitdiff
path: root/src/compiler
diff options
context:
space:
mode:
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")