mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-27 23:04:50 +02:00
8191632: Typos in comments due to duplicating words
Reviewed-by: alanb
This commit is contained in:
parent
91549ed5ce
commit
ac14c02059
16 changed files with 19 additions and 19 deletions
|
@ -422,7 +422,7 @@ int enqueue_command(jvm_t* jvm, const char* cstr, int arg_count, const char** ar
|
|||
print_debug("door_call failed\n");
|
||||
} else {
|
||||
/*
|
||||
* door_call succeeded but the call didn't return the the expected jint.
|
||||
* door_call succeeded but the call didn't return the expected jint.
|
||||
*/
|
||||
if (door_args.data_size < sizeof(int)) {
|
||||
print_debug("Enqueue error - reason unknown as result is truncated!");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue