From da0bc1c92819b2ea5d0f55a66b4600c8240668ab Mon Sep 17 00:00:00 2001 From: Sanjay Patel Date: Fri, 29 Aug 2014 20:34:17 +0000 Subject: [PATCH] typo git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@216773 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 0cf1927a144..2671f0f8e9c 100644 --- a/include/llvm/IR/Instruction.h +++ b/include/llvm/IR/Instruction.h @@ -252,7 +252,7 @@ public: /// Convenience function for getting all the fast-math flags, which must be an /// operator which supports these flags. See LangRef.html for the meaning of - /// these flats. + /// these flags. FastMathFlags getFastMathFlags() const; /// Copy I's fast-math flags -- 2.34.1