--- old/src/share/vm/gc_implementation/parallelScavenge/psVirtualspace.hpp 2014-01-15 01:41:27.000000000 +0100 +++ new/src/share/vm/gc_implementation/parallelScavenge/psVirtualspace.hpp 2014-01-15 01:41:26.000000000 +0100 @@ -35,7 +35,7 @@ class PSVirtualSpace : public CHeapObj { friend class VMStructs; protected: - // The space is committed/uncommited in chunks of size _alignment. The + // The space is committed/uncommitted in chunks of size _alignment. The // ReservedSpace passed to initialize() must be aligned to this value. const size_t _alignment;