--- old/src/share/vm/gc_implementation/shared/gcUtil.hpp 2014-01-15 01:41:34.000000000 +0100 +++ new/src/share/vm/gc_implementation/shared/gcUtil.hpp 2014-01-15 01:41:34.000000000 +0100 @@ -210,7 +210,7 @@ double y(double x); double slope() { return _slope; } // Methods to decide if a change in the dependent variable will - // achive a desired goal. Note that these methods are not + // achieve a desired goal. Note that these methods are not // complementary and both are needed. bool decrement_will_decrease(); bool increment_will_decrease();