diff src/share/vm/gc_implementation/shared/mutableNUMASpace.cpp @ 14379:c66479743828

Merge
author hseigel
date Sat, 15 Feb 2014 14:41:04 -0500
parents e5d78f318aec
children 4ca6dc0799b6
line wrap: on
line diff
--- a/src/share/vm/gc_implementation/shared/mutableNUMASpace.cpp	Sat Feb 15 13:03:38 2014 -0500
+++ b/src/share/vm/gc_implementation/shared/mutableNUMASpace.cpp	Sat Feb 15 14:41:04 2014 -0500
@@ -559,7 +559,7 @@
                                   bool clear_space,
                                   bool mangle_space,
                                   bool setup_pages) {
-  assert(clear_space, "Reallocation will destory data!");
+  assert(clear_space, "Reallocation will destroy data!");
   assert(lgrp_spaces()->length() > 0, "There should be at least one space");
 
   MemRegion old_region = region(), new_region;