diff src/share/vm/memory/resourceArea.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 dbc0b5dc08f5
children 4ca6dc0799b6
line wrap: on
line diff
--- a/src/share/vm/memory/resourceArea.hpp	Tue Jan 14 16:40:33 2014 +0100
+++ b/src/share/vm/memory/resourceArea.hpp	Thu Jan 23 14:47:23 2014 +0100
@@ -196,7 +196,7 @@
 // leveraging existing data structures if we simply create a way to manage this one
 // special need for a ResourceMark. If ResourceMark simply inherited from CHeapObj
 // then existing ResourceMarks would work fine since no one use new to allocate them
-// and they would be stack allocated. This leaves open the possibilty of accidental
+// and they would be stack allocated. This leaves open the possibility of accidental
 // misuse so we simple duplicate the ResourceMark functionality here.
 
 class DeoptResourceMark: public CHeapObj<mtInternal> {