summaryrefslogtreecommitdiff
path: root/src/compiler/scala/tools/nsc/io/Lexer.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/io/Lexer.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/io/Lexer.scala')
-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 8f103f9b98..5ffb5b4d4f 100644
--- a/src/compiler/scala/tools/nsc/io/Lexer.scala
+++ b/src/compiler/scala/tools/nsc/io/Lexer.scala
@@ -281,7 +281,7 @@ class Lexer(rd: Reader) {
/** The current token is a delimiter consisting of given character, reads next token,
* otherwise raises an error.
* @param c the given delimiter character to compare current token with
- * @throws MalformedInput if the the current token `token` is not a delimiter, or
+ * @throws MalformedInput if the current token `token` is not a delimiter, or
* consists of a character different from `c`.
*/
def accept(ch: Char) {