Fix comment typos.
authorDale Johannesen <dalej@apple.com>
Fri, 28 May 2010 23:24:28 +0000 (23:24 +0000)
committerDale Johannesen <dalej@apple.com>
Fri, 28 May 2010 23:24:28 +0000 (23:24 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@105059 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Target/X86/X86ISelLowering.cpp

index b46fc740e45d005d8188c0755e6c13b13adb6ff3..a5fd1d1e7b55cfa2dd507bf8d90c2ae37f6eaa61 100644 (file)
@@ -2320,8 +2320,8 @@ X86TargetLowering::IsEligibleForTailCallOptimization(SDValue Callee,
     return false;
   }
 
-  // Look for obvious safe cases to perform tail call optimization that does not
-  // requite ABI changes. This is what gcc calls sibcall.
+  // Look for obvious safe cases to perform tail call optimization that do not
+  // require ABI changes. This is what gcc calls sibcall.
 
   // Can't do sibcall if stack needs to be dynamically re-aligned. PEI needs to
   // emit a special epilogue.