diff src/share/vm/memory/referenceProcessor.hpp @ 14309:63a4eb8bcd23

8025856: Fix typos in the GC code Summary: Fix about 440 typos in comments in the VM code Reviewed-by: mgerdin, tschatzl, coleenp, kmo, jcoomes
author jwilhelm
date Thu, 23 Jan 2014 14:47:23 +0100
parents fbc1677398c0
children 2cff20331ca2
line wrap: on
line diff
--- a/src/share/vm/memory/referenceProcessor.hpp	Tue Jan 14 16:40:33 2014 +0100
+++ b/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; }