--- old/src/share/vm/memory/sharedHeap.hpp 2014-01-15 01:42:10.000000000 +0100 +++ new/src/share/vm/memory/sharedHeap.hpp 2014-01-15 01:42:09.000000000 +0100 @@ -92,7 +92,7 @@ // 0 is a "special" value in set_n_threads() which translates to // setting _n_threads to 1. // -// Some code uses _n_terminiation to decide if work should be done in +// Some code uses _n_termination to decide if work should be done in // parallel. The notorious possibly_parallel_oops_do() in threads.cpp // is an example of such code. Look for variable "is_par" for other // examples.