summaryrefslogtreecommitdiff
path: root/src/compiler/scala/reflect/internal/Symbols.scala
diff options
context:
space:
mode:
authorMartin Odersky <odersky@gmail.com>2011-07-22 17:19:07 +0000
committerMartin Odersky <odersky@gmail.com>2011-07-22 17:19:07 +0000
commitf9f164d3c71aee897e7885e4c991866bd1c0c339 (patch)
treeabf088eb7ce513a7c8d1d4ebeda20158859693f7 /src/compiler/scala/reflect/internal/Symbols.scala
parentfb2e30e4728e6378136f2858da49a1b87ed7c60d (diff)
downloadscala-f9f164d3c71aee897e7885e4c991866bd1c0c339.tar.gz
scala-f9f164d3c71aee897e7885e4c991866bd1c0c339.tar.bz2
scala-f9f164d3c71aee897e7885e4c991866bd1c0c339.zip
Reflection refactoring.ō
Diffstat (limited to 'src/compiler/scala/reflect/internal/Symbols.scala')
-rw-r--r--src/compiler/scala/reflect/internal/Symbols.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/compiler/scala/reflect/internal/Symbols.scala b/src/compiler/scala/reflect/internal/Symbols.scala
index 92bd656ed2..f9afd164f5 100644
--- a/src/compiler/scala/reflect/internal/Symbols.scala
+++ b/src/compiler/scala/reflect/internal/Symbols.scala
@@ -1426,7 +1426,7 @@ trait Symbols extends api.Symbols { self: SymbolTable =>
* (5) companionSymbol
*/
- /** For a module or case factory: the class with the same name in the same package.
+ /** For a module: the class with the same name in the same package.
* For all others: NoSymbol
* Note: does not work for classes owned by methods, see Namers.companionClassOf
*