8149826: Concurrent misspelled in the CMS logging
authorbrutisso
Mon, 15 Feb 2016 16:22:32 +0100
changeset 36100 0f4105bb9550
parent 36099 bb0cc62ab037
child 36101 c1bf270cd2fc
8149826: Concurrent misspelled in the CMS logging Reviewed-by: david
hotspot/src/share/vm/gc/cms/concurrentMarkSweepGeneration.cpp
--- a/hotspot/src/share/vm/gc/cms/concurrentMarkSweepGeneration.cpp	Mon Feb 15 05:54:59 2016 -0500
+++ b/hotspot/src/share/vm/gc/cms/concurrentMarkSweepGeneration.cpp	Mon Feb 15 16:22:32 2016 +0100
@@ -2923,7 +2923,7 @@
 
   CMSTokenSyncWithLocks ts(true, bitMapLock());
   GCTraceCPUTime tcpu;
-  CMSPhaseAccounting pa(this, "Concrurrent Mark");
+  CMSPhaseAccounting pa(this, "Concurrent Mark");
   bool res = markFromRootsWork();
   if (res) {
     _collectorState = Precleaning;