hotspot/src/share/vm/memory/referenceProcessor.hpp
changeset 22551 9bf46d16dcc6
parent 22496 383a5bdef99d
child 22768 363a44995a71
--- a/hotspot/src/share/vm/memory/referenceProcessor.hpp	Tue Jan 14 16:40:33 2014 +0100
+++ b/hotspot/src/share/vm/memory/referenceProcessor.hpp	Thu Jan 23 14:47:23 2014 +0100
@@ -474,7 +474,7 @@
   bool processing_is_mt() const { return _processing_is_mt; }
   void set_mt_processing(bool mt) { _processing_is_mt = mt; }
 
-  // whether all enqueuing of weak references is complete
+  // whether all enqueueing of weak references is complete
   bool enqueuing_is_done()  { return _enqueuing_is_done; }
   void set_enqueuing_is_done(bool v) { _enqueuing_is_done = v; }