--- old/src/share/vm/gc_implementation/shared/spaceDecorator.hpp 2014-01-15 01:41:40.000000000 +0100 +++ new/src/share/vm/gc_implementation/shared/spaceDecorator.hpp 2014-01-15 01:41:39.000000000 +0100 @@ -75,7 +75,7 @@ // High water mark for allocations. Typically, the space above // this point have been mangle previously and don't need to be - // touched again. Space belows this point has been allocated + // touched again. Space below this point has been allocated // and remangling is needed between the current top and this // high water mark. HeapWord* _top_for_allocations;