diff src/share/vm/runtime/stubCodeGenerator.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
line wrap: on
line diff
--- a/src/share/vm/runtime/stubCodeGenerator.hpp	Tue Apr 01 14:09:03 2014 +0200
+++ b/src/share/vm/runtime/stubCodeGenerator.hpp	Tue Apr 01 13:57:07 2014 +0200
@@ -111,7 +111,7 @@
 };
 
 
-// Stack-allocated helper class used to associate a stub code with a name.
+// Stack-allocated helper class used to assciate a stub code with a name.
 // All stub code generating functions that use a StubCodeMark will be registered
 // in the global StubCodeDesc list and the generated stub code can be identified
 // later via an address pointing into it.