hotspot/src/cpu/x86/vm/macroAssembler_x86.hpp
changeset 38241 32eab2eb41fd
parent 38144 0976c0c5c5d3
parent 38238 1bbcc430c78d
child 38699 f8bec5f6b09c
--- a/hotspot/src/cpu/x86/vm/macroAssembler_x86.hpp	Fri May 06 09:54:58 2016 +0000
+++ b/hotspot/src/cpu/x86/vm/macroAssembler_x86.hpp	Fri May 06 18:20:50 2016 +0300
@@ -847,7 +847,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);