summaryrefslogtreecommitdiff
path: root/src/reflect
diff options
context:
space:
mode:
Diffstat (limited to 'src/reflect')
-rw-r--r--src/reflect/scala/reflect/internal/Names.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/reflect/scala/reflect/internal/Names.scala b/src/reflect/scala/reflect/internal/Names.scala
index 0f42db95e3..0114fb037c 100644
--- a/src/reflect/scala/reflect/internal/Names.scala
+++ b/src/reflect/scala/reflect/internal/Names.scala
@@ -391,7 +391,7 @@ trait Names extends api.Names with LowPriorityNames {
newTermName(cs, 0, len)
}
- /** TODO - reconcile/fix that encode returns a Name but
+ /* TODO - reconcile/fix that encode returns a Name but
* decode returns a String.
*/