summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorLee Mighdoll <lee@nestlabs.com>2013-03-26 09:32:39 -0700
committerLee Mighdoll <lee@nestlabs.com>2013-03-26 09:32:39 -0700
commitfa053a6284c495028cf84c1c707e88d1ccc80927 (patch)
tree9366145722bd948f1517be8f3371261a7a5678da /src
parent59d4998cf4a19eb5d44118d4867c2370e9a935e5 (diff)
downloadscala-fa053a6284c495028cf84c1c707e88d1ccc80927.tar.gz
scala-fa053a6284c495028cf84c1c707e88d1ccc80927.tar.bz2
scala-fa053a6284c495028cf84c1c707e88d1ccc80927.zip
doc fix for Types.baseClasses to match spec definition of Linearization 5.1.2
Diffstat (limited to 'src')
-rw-r--r--src/reflect/scala/reflect/internal/Types.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/reflect/scala/reflect/internal/Types.scala b/src/reflect/scala/reflect/internal/Types.scala
index d7ff4faa5d..0459b780da 100644
--- a/src/reflect/scala/reflect/internal/Types.scala
+++ b/src/reflect/scala/reflect/internal/Types.scala
@@ -871,7 +871,7 @@ trait Types
def baseTypeSeqDepth: Int = 1
/** The list of all baseclasses of this type (including its own typeSymbol)
- * in reverse linearization order, starting with the class itself and ending
+ * in linearization order, starting with the class itself and ending
* in class Any.
*/
def baseClasses: List[Symbol] = List()