summaryrefslogtreecommitdiff
path: root/src/compiler/scala/tools/nsc/util/Position.scala
diff options
context:
space:
mode:
Diffstat (limited to 'src/compiler/scala/tools/nsc/util/Position.scala')
-rw-r--r--src/compiler/scala/tools/nsc/util/Position.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/compiler/scala/tools/nsc/util/Position.scala b/src/compiler/scala/tools/nsc/util/Position.scala
index 31202eec8f..371387a120 100644
--- a/src/compiler/scala/tools/nsc/util/Position.scala
+++ b/src/compiler/scala/tools/nsc/util/Position.scala
@@ -132,7 +132,7 @@ trait Position {
def focusEnd = this
/** Does this position include the given position `pos`.
- * This holds this is a range position and its range [start..end]
+ * This holds if this is a range position and its range [start..end]
* is the same or covers the range of the given position.
*/
def includes(pos: Position) = false