< prev index next >

src/hotspot/share/opto/block.hpp

Print this page

        

@@ -315,11 +315,11 @@
   void add_inst( Node *n ) { insert_node(n, end_idx()); }
   // Find node in block. Fails if node not in block.
   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
   enum { not_empty, empty_with_goto, completely_empty };
   int is_Empty() const;
< prev index next >