8271396: Spelling errors

Reviewed-by: tschatzl, chegar, iris, psadhukhan, cjplummer
This commit is contained in:
Emmanuel Bourg 2021-07-29 16:03:31 +00:00 committed by Julia Boes
parent 489e5fd12a
commit d09b028407
34 changed files with 103 additions and 103 deletions

View file

@ -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());