--- old/src/share/vm/gc_implementation/shared/mutableNUMASpace.cpp 2014-01-15 01:41:35.000000000 +0100 +++ new/src/share/vm/gc_implementation/shared/mutableNUMASpace.cpp 2014-01-15 01:41:35.000000000 +0100 @@ -880,8 +880,8 @@ } void MutableNUMASpace::verify() { - // This can be called after setting an arbitary value to the space's top, - // so an object can cross the chunk boundary. We ensure the parsablity + // This can be called after setting an arbitrary value to the space's top, + // so an object can cross the chunk boundary. We ensure the parseability // of the space and just walk the objects in linear fashion. ensure_parsability(); MutableSpace::verify();