Fix typo in comment
authorDavid Majnemer <david.majnemer@gmail.com>
Tue, 15 Jul 2014 07:11:32 +0000 (07:11 +0000)
committerDavid Majnemer <david.majnemer@gmail.com>
Tue, 15 Jul 2014 07:11:32 +0000 (07:11 +0000)
No functionality changed.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@213052 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Target/X86/X86ISelLowering.cpp

index a5c560ab835a4dfd156a47c4ad02b29842b044b8..c7440136255f169709496605ef15a2d82a754575 100644 (file)
@@ -3043,7 +3043,7 @@ X86TargetLowering::LowerCall(TargetLowering::CallLoweringInfo &CLI,
 //  If a tail called function callee has more arguments than the caller the
 //  caller needs to make sure that there is room to move the RETADDR to. This is
 //  achieved by reserving an area the size of the argument delta right after the
-//  original REtADDR, but before the saved framepointer or the spilled registers
+//  original RETADDR, but before the saved framepointer or the spilled registers
 //  e.g. caller(arg1, arg2) calls callee(arg1, arg2,arg3,arg4)
 //  stack layout:
 //    arg1