diff --git a/test/micro/org/openjdk/bench/vm/compiler/VectorAlgorithmsImpl.java b/test/micro/org/openjdk/bench/vm/compiler/VectorAlgorithmsImpl.java index 3cfec139c50..5ab057329d3 100644 --- a/test/micro/org/openjdk/bench/vm/compiler/VectorAlgorithmsImpl.java +++ b/test/micro/org/openjdk/bench/vm/compiler/VectorAlgorithmsImpl.java @@ -677,7 +677,7 @@ public class VectorAlgorithmsImpl { } // X4: ints simulate 4-byte oops. - // oops: if non-zero (= non-null), every entry simpulates a 4-byte oop, pointing into mem. + // oops: if non-zero (= non-null), every entry simulates a 4-byte oop, pointing into mem. // mem: an int array that simulates the memory. // // Task: Find all non-null oops, and dereference them, get the relevant field.