diff --git a/src/hotspot/share/opto/loopnode.cpp b/src/hotspot/share/opto/loopnode.cpp index eef7c798108..961ed30de84 100644 --- a/src/hotspot/share/opto/loopnode.cpp +++ b/src/hotspot/share/opto/loopnode.cpp @@ -3224,7 +3224,7 @@ void CountedLoopConverter::TruncatedIncrement::build(Node* expr) { } } - // If (maybe after stripping) it is an AddI, we won: + // If (maybe after stripping) it is an AddI, we won: if (n1op == Op_Add(_bt)) { _incr = n1; _outer_trunc = t1;