--- a/hotspot/src/share/vm/memory/sharedHeap.hpp Tue Jan 14 16:40:33 2014 +0100
+++ b/hotspot/src/share/vm/memory/sharedHeap.hpp Thu Jan 23 14:47:23 2014 +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.