From e8b65bcf5b8a706a8880b262c72bfa4ad0e7e2ea Mon Sep 17 00:00:00 2001 From: Sanjay Patel Date: Fri, 29 Aug 2014 20:35:00 +0000 Subject: [PATCH] another typo git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@216774 91177308-0d34-0410-b5e6-96231b3b80d8 --- include/llvm/IR/Instruction.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/llvm/IR/Instruction.h b/include/llvm/IR/Instruction.h index 2671f0f8e9c..7665033ac12 100644 --- a/include/llvm/IR/Instruction.h +++ b/include/llvm/IR/Instruction.h @@ -232,7 +232,7 @@ public: /// Convenience function for setting all the fast-math flags on this /// instruction, which must be an operator which supports these flags. See - /// LangRef.html for the meaning of these flats. + /// LangRef.html for the meaning of these flags. void setFastMathFlags(FastMathFlags FMF); /// Determine whether the unsafe-algebra flag is set.