mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-27 06:45:07 +02:00
6810672: Comment typos
I have collected some typos I have found while looking at the code. Reviewed-by: kvn, never
This commit is contained in:
parent
67a5668b16
commit
05d1de7727
120 changed files with 278 additions and 277 deletions
|
@ -1917,7 +1917,7 @@ methodOop instanceKlass::method_at_itable(klassOop holder, int index, TRAPS) {
|
|||
/ itableOffsetEntry::size();
|
||||
|
||||
for (int cnt = 0 ; ; cnt ++, ioe ++) {
|
||||
// If the interface isn't implemented by the reciever class,
|
||||
// If the interface isn't implemented by the receiver class,
|
||||
// the VM should throw IncompatibleClassChangeError.
|
||||
if (cnt >= nof_interfaces) {
|
||||
THROW_OOP_0(vmSymbols::java_lang_IncompatibleClassChangeError());
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue