fix typo; NFC
[oota-llvm.git] / 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) {