diff src/share/vm/utilities/globalDefinitions.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 610be0309a79
children 8a9bb7821e28
line wrap: on
line diff
--- a/src/share/vm/utilities/globalDefinitions.hpp	Tue Jan 14 16:40:33 2014 +0100
+++ b/src/share/vm/utilities/globalDefinitions.hpp	Thu Jan 23 14:47:23 2014 +0100
@@ -149,7 +149,7 @@
 // The larger HeapWordSize for 64bit requires larger heaps
 // for the same application running in 64bit.  See bug 4967770.
 // The minimum alignment to a heap word size is done.  Other
-// parts of the memory system may required additional alignment
+// parts of the memory system may require additional alignment
 // and are responsible for those alignments.
 #ifdef _LP64
 #define ScaleForWordSize(x) align_size_down_((x) * 13 / 10, HeapWordSize)