hotspot/src/cpu/x86/vm/frame_x86.inline.hpp
changeset 30305 b92a97e1e9cb
parent 29571 6627b10e05f8
child 33160 c59f1676d27e
--- a/hotspot/src/cpu/x86/vm/frame_x86.inline.hpp	Wed Apr 22 19:10:03 2015 +0300
+++ b/hotspot/src/cpu/x86/vm/frame_x86.inline.hpp	Mon Apr 27 10:49:43 2015 +0200
@@ -94,7 +94,7 @@
   // find_blob call. This is also why we can have no asserts on the validity
   // of the pc we find here. AsyncGetCallTrace -> pd_get_top_frame_for_signal_handler
   // -> pd_last_frame should use a specialized version of pd_last_frame which could
-  // call a specilaized frame constructor instead of this one.
+  // call a specialized frame constructor instead of this one.
   // Then we could use the assert below. However this assert is of somewhat dubious
   // value.
   // assert(_pc != NULL, "no pc?");