[llvm] r216773 - typo
Sanjay Patel
spatel at rotateright.com
Fri Aug 29 13:34:17 PDT 2014
Author: spatel
Date: Fri Aug 29 15:34:17 2014
New Revision: 216773
URL: http://llvm.org/viewvc/llvm-project?rev=216773&view=rev
Log:
typo
Modified:
llvm/trunk/include/llvm/IR/Instruction.h
Modified: llvm/trunk/include/llvm/IR/Instruction.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm/IR/Instruction.h?rev=216773&r1=216772&r2=216773&view=diff
==============================================================================
--- llvm/trunk/include/llvm/IR/Instruction.h (original)
+++ llvm/trunk/include/llvm/IR/Instruction.h Fri Aug 29 15:34:17 2014
@@ -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
More information about the llvm-commits
mailing list