diff src/share/vm/memory/permGen.hpp @ 628:7bb995fbd3c0

Merge
author trims
date Thu, 12 Mar 2009 18:16:36 -0700
parents 98cb887364d3
children c18cbe5936b8
line wrap: on
line diff
--- a/src/share/vm/memory/permGen.hpp	Mon Mar 09 13:34:00 2009 -0700
+++ b/src/share/vm/memory/permGen.hpp	Thu Mar 12 18:16:36 2009 -0700
@@ -36,7 +36,7 @@
   friend class VMStructs;
  protected:
   size_t _capacity_expansion_limit;  // maximum expansion allowed without a
-                                     // full gc occuring
+                                     // full gc occurring
 
   HeapWord* mem_allocate_in_gen(size_t size, Generation* gen);