summaryrefslogtreecommitdiff
path: root/src/compiler/scala/tools/nsc/typechecker/NamesDefaults.scala
diff options
context:
space:
mode:
authorBlair Zajac <blair@orcaware.com>2011-12-06 10:25:40 -0800
committerBlair Zajac <blair@orcaware.com>2011-12-06 10:25:40 -0800
commit50e943fe5017d574439f7a2c5c7037d49f8952bc (patch)
treee0e698d3104c886178057cfe4ffae12b6ab03f6f /src/compiler/scala/tools/nsc/typechecker/NamesDefaults.scala
parent526c086e121d8d6c15726c769edbf96efd882ae7 (diff)
downloadscala-50e943fe5017d574439f7a2c5c7037d49f8952bc.tar.gz
scala-50e943fe5017d574439f7a2c5c7037d49f8952bc.tar.bz2
scala-50e943fe5017d574439f7a2c5c7037d49f8952bc.zip
Fix documentation stutters.
Diffstat (limited to 'src/compiler/scala/tools/nsc/typechecker/NamesDefaults.scala')
-rw-r--r--src/compiler/scala/tools/nsc/typechecker/NamesDefaults.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/compiler/scala/tools/nsc/typechecker/NamesDefaults.scala b/src/compiler/scala/tools/nsc/typechecker/NamesDefaults.scala
index cc88f471ab..e4ebe13217 100644
--- a/src/compiler/scala/tools/nsc/typechecker/NamesDefaults.scala
+++ b/src/compiler/scala/tools/nsc/typechecker/NamesDefaults.scala
@@ -227,7 +227,7 @@ trait NamesDefaults { self: Analyzer =>
// super constructor calls
case Select(sp @ Super(_, _), _) if isConstr =>
// 'moduleQual' fixes #3207. selection of the companion module of the
- // superclass needs to have the same prefix as the the superclass.
+ // superclass needs to have the same prefix as the superclass.
blockWithoutQualifier(moduleQual(baseFun.pos, sp.symbol.tpe.parents.head))
// self constructor calls (in secondary constructors)