hotspot/src/share/vm/runtime/stubCodeGenerator.hpp
changeset 22551 9bf46d16dcc6
parent 13963 e5b53c306fb5
child 31620 53be635ad49c
--- a/hotspot/src/share/vm/runtime/stubCodeGenerator.hpp	Tue Jan 14 16:40:33 2014 +0100
+++ b/hotspot/src/share/vm/runtime/stubCodeGenerator.hpp	Thu Jan 23 14:47:23 2014 +0100
@@ -111,7 +111,7 @@
 };
 
 
-// Stack-allocated helper class used to assciate a stub code with a name.
+// Stack-allocated helper class used to associate 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.