mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-28 07:14:30 +02:00
8271396: Spelling errors
Reviewed-by: tschatzl, chegar, iris, psadhukhan, cjplummer
This commit is contained in:
parent
489e5fd12a
commit
d09b028407
34 changed files with 103 additions and 103 deletions
|
@ -698,7 +698,7 @@ jobject Modules::get_module(jclass clazz, TRAPS) {
|
|||
ls.print("get_module(): module ");
|
||||
java_lang_String::print(module_name, tty);
|
||||
} else {
|
||||
ls.print("get_module(): Unamed Module");
|
||||
ls.print("get_module(): Unnamed Module");
|
||||
}
|
||||
if (klass != NULL) {
|
||||
ls.print_cr(" for class %s", klass->external_name());
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue