mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-28 15:24:43 +02:00
7124605: typos in javac comments
Reviewed-by: ksrini
This commit is contained in:
parent
61ee75c9d4
commit
42b9d6bc2e
4 changed files with 4 additions and 4 deletions
|
@ -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();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue