diff src/share/vm/memory/resourceArea.hpp @ 14909:4ca6dc0799b6

Backout jdk9 merge
author Gilles Duboscq <duboscq@ssw.jku.at>
date Tue, 01 Apr 2014 13:57:07 +0200
parents 63a4eb8bcd23
children 7848fc12602b
line wrap: on
line diff
--- a/src/share/vm/memory/resourceArea.hpp	Tue Apr 01 14:09:03 2014 +0200
+++ b/src/share/vm/memory/resourceArea.hpp	Tue Apr 01 13:57:07 2014 +0200
@@ -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 possibility of accidental
+// and they would be stack allocated. This leaves open the possibilty of accidental
 // misuse so we simple duplicate the ResourceMark functionality here.
 
 class DeoptResourceMark: public CHeapObj<mtInternal> {