[llvm] r200050 - Typo fix.
Aaron Ballman
aaron at aaronballman.com
Fri Jan 24 15:40:08 PST 2014
Author: aaronballman
Date: Fri Jan 24 17:40:08 2014
New Revision: 200050
URL: http://llvm.org/viewvc/llvm-project?rev=200050&view=rev
Log:
Typo fix.
Modified:
llvm/trunk/include/llvm/TableGen/Record.h
Modified: llvm/trunk/include/llvm/TableGen/Record.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm/TableGen/Record.h?rev=200050&r1=200049&r2=200050&view=diff
==============================================================================
--- llvm/trunk/include/llvm/TableGen/Record.h (original)
+++ llvm/trunk/include/llvm/TableGen/Record.h Fri Jan 24 17:40:08 2014
@@ -1614,7 +1614,7 @@ public:
/// getValueAsBitOrUnset - This method looks up the specified field and
/// returns its value as a bit. If the field is unset, sets Unset to true and
- /// retunrs false.
+ /// returns false.
///
bool getValueAsBitOrUnset(StringRef FieldName, bool &Unset) const;
More information about the llvm-commits
mailing list