mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-16 09:04:41 +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
|
@ -71,7 +71,7 @@ Klass *Klass::up_cast_abstract() {
|
|||
return r; // Return the 1 concrete class
|
||||
}
|
||||
|
||||
// Find LCA in class heirarchy
|
||||
// Find LCA in class hierarchy
|
||||
Klass *Klass::LCA( Klass *k2 ) {
|
||||
Klass *k1 = this;
|
||||
while( 1 ) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue