fix typo; NFC
authorSanjay Patel <spatel@rotateright.com>
Wed, 12 Aug 2015 20:36:18 +0000 (20:36 +0000)
committerSanjay Patel <spatel@rotateright.com>
Wed, 12 Aug 2015 20:36:18 +0000 (20:36 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@244805 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Transforms/Utils/SimplifyLibCalls.cpp

index 6bbf8287e22330a88cdd92f3f8bf7fecab1bbe9f..83839e962e1b526bff0789961d210cc742d0893e 100644 (file)
@@ -102,7 +102,7 @@ static bool callHasFloatingPointArgument(const CallInst *CI) {
 }
 
 /// \brief Check whether the overloaded unary floating point function
-/// corresponing to \a Ty is available.
+/// corresponding to \a Ty is available.
 static bool hasUnaryFloatFn(const TargetLibraryInfo *TLI, Type *Ty,
                             LibFunc::Func DoubleFn, LibFunc::Func FloatFn,
                             LibFunc::Func LongDoubleFn) {