another typo
authorSanjay Patel <spatel@rotateright.com>
Fri, 29 Aug 2014 20:35:00 +0000 (20:35 +0000)
committerSanjay Patel <spatel@rotateright.com>
Fri, 29 Aug 2014 20:35:00 +0000 (20:35 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@216774 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/IR/Instruction.h

index 2671f0f8e9c45dd6383215749bcd3ff9ca29a847..7665033ac125a2064ce637eba9507b6aad92614f 100644 (file)
@@ -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.