changeset 58198 | c46407f651a9 |
parent 53244 | 9807daeb47c4 |
--- a/src/hotspot/share/opto/block.hpp Tue Sep 17 19:09:37 2019 -0400 +++ b/src/hotspot/share/opto/block.hpp Tue Sep 17 19:52:51 2019 -0700 @@ -317,7 +317,7 @@ uint find_node( const Node *n ) const; // Find and remove n from block list void find_remove( const Node *n ); - // Check wether the node is in the block. + // Check whether the node is in the block. bool contains (const Node *n) const; // Return the empty status of a block