--- old/src/hotspot/share/opto/block.hpp 2019-09-14 12:27:53.000000000 -0700 +++ new/src/hotspot/share/opto/block.hpp 2019-09-14 12:27:53.000000000 -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