Fix typo Duncan noticed.
authorEvan Cheng <evan.cheng@apple.com>
Thu, 4 Feb 2010 19:07:06 +0000 (19:07 +0000)
committerEvan Cheng <evan.cheng@apple.com>
Thu, 4 Feb 2010 19:07:06 +0000 (19:07 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@95322 91177308-0d34-0410-b5e6-96231b3b80d8

lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp

index 201e899bd6a4ab799322f666d2b9f708b4de5696..cf342c793b9dcef4cfefa77a2f16ae024267f901 100644 (file)
@@ -4240,7 +4240,7 @@ isInTailCallPosition(CallSite CS, Attributes CalleeRetAttr,
   if ((CalleeRetAttr ^ CallerRetAttr) & ~Attribute::NoAlias)
     return false;
 
-  // It's not safe to eliminate thee sign / zero extension of the return value.
+  // It's not safe to eliminate the sign / zero extension of the return value.
   if ((CallerRetAttr & Attribute::ZExt) || (CallerRetAttr & Attribute::SExt))
     return false;