--- old/src/share/vm/gc_implementation/parallelScavenge/parallelScavengeHeap.cpp 2014-01-15 01:41:13.000000000 +0100 +++ new/src/share/vm/gc_implementation/parallelScavenge/parallelScavengeHeap.cpp 2014-01-15 01:41:13.000000000 +0100 @@ -673,7 +673,7 @@ // Before delegating the resize to the young generation, // the reserved space for the young and old generations -// may be changed to accomodate the desired resize. +// may be changed to accommodate the desired resize. void ParallelScavengeHeap::resize_young_gen(size_t eden_size, size_t survivor_size) { if (UseAdaptiveGCBoundary) { @@ -690,7 +690,7 @@ // Before delegating the resize to the old generation, // the reserved space for the young and old generations -// may be changed to accomodate the desired resize. +// may be changed to accommodate the desired resize. void ParallelScavengeHeap::resize_old_gen(size_t desired_free_space) { if (UseAdaptiveGCBoundary) { if (size_policy()->bytes_absorbed_from_eden() != 0) {