summaryrefslogtreecommitdiff
path: root/src/compiler
diff options
context:
space:
mode:
authorsrinivasreddy <thatiparthysreenivas@gmail.com>2013-03-10 12:15:26 +0530
committersrinivasreddy <thatiparthysreenivas@gmail.com>2013-03-10 12:15:26 +0530
commitfdf25337ff0436c7991ea8ae3dc0ac79bf16d3b7 (patch)
tree8402776942eec4955e4abe40e8a960d3c74c2f9a /src/compiler
parent5483861d2e37e3045c7f4966d51f9fb27ef020dd (diff)
downloadscala-fdf25337ff0436c7991ea8ae3dc0ac79bf16d3b7.tar.gz
scala-fdf25337ff0436c7991ea8ae3dc0ac79bf16d3b7.tar.bz2
scala-fdf25337ff0436c7991ea8ae3dc0ac79bf16d3b7.zip
a typo corrected
Diffstat (limited to 'src/compiler')
-rw-r--r--src/compiler/scala/tools/nsc/io/Lexer.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/compiler/scala/tools/nsc/io/Lexer.scala b/src/compiler/scala/tools/nsc/io/Lexer.scala
index b50b01aa27..7c6dbe2e60 100644
--- a/src/compiler/scala/tools/nsc/io/Lexer.scala
+++ b/src/compiler/scala/tools/nsc/io/Lexer.scala
@@ -48,7 +48,7 @@ object Lexer {
/** The '`(`' token */
val LParen = new Delim('(')
- /** The '`(`' token */
+ /** The '`)`' token */
val RParen = new Delim(')')
/** The '`{`' token */