7124605: typos in javac comments

Reviewed-by: ksrini
This commit is contained in:
Jonathan Gibbons 2011-12-23 22:30:33 +00:00
parent 61ee75c9d4
commit 42b9d6bc2e
4 changed files with 4 additions and 4 deletions

View file

@ -238,7 +238,7 @@ public class LambdaParserTest {
try {
ct.parse();
} catch (Throwable ex) {
throw new AssertionError("Error thron when parsing the following source:\n" + source.getCharContent(true));
throw new AssertionError("Error thrown when parsing the following source:\n" + source.getCharContent(true));
}
check();
}