hotspot/src/share/vm/services/mallocTracker.cpp
changeset 28953 75f0bfa6ea14
parent 27469 34008cfb8994
child 40655 9f644073d3a0
--- a/hotspot/src/share/vm/services/mallocTracker.cpp	Tue Feb 10 16:53:00 2015 +0000
+++ b/hotspot/src/share/vm/services/mallocTracker.cpp	Tue Feb 10 15:10:47 2015 -0500
@@ -52,7 +52,7 @@
 }
 
 // Make adjustment by subtracting chunks used by arenas
-// from total chunks to get total free chunck size
+// from total chunks to get total free chunk size
 void MallocMemorySnapshot::make_adjustment() {
   size_t arena_size = total_arena();
   int chunk_idx = NMTUtil::flag_to_index(mtChunk);