hotspot/src/cpu/x86/vm/macroAssembler_x86.hpp
changeset 38238 1bbcc430c78d
parent 38135 e06e2d071465
child 38241 32eab2eb41fd
--- a/hotspot/src/cpu/x86/vm/macroAssembler_x86.hpp	Wed May 04 15:30:21 2016 -0700
+++ b/hotspot/src/cpu/x86/vm/macroAssembler_x86.hpp	Thu May 05 10:03:26 2016 -0700
@@ -845,7 +845,7 @@
   void call(Label& L, relocInfo::relocType rtype);
   void call(Register entry);
 
-  // NOTE: this call tranfers to the effective address of entry NOT
+  // NOTE: this call transfers to the effective address of entry NOT
   // the address contained by entry. This is because this is more natural
   // for jumps/calls.
   void call(AddressLiteral entry);