mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-21 19:44: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
|
@ -131,7 +131,7 @@ void PhaseIdealLoop::do_unswitching (IdealLoopTree *loop, Node_List &old_new) {
|
|||
|
||||
ProjNode* proj_false = invar_iff->proj_out(0)->as_Proj();
|
||||
|
||||
// Hoist invariant casts out of each loop to the appropiate
|
||||
// Hoist invariant casts out of each loop to the appropriate
|
||||
// control projection.
|
||||
|
||||
Node_List worklist;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue