Typo fix.
authorAaron Ballman <aaron@aaronballman.com>
Fri, 24 Jan 2014 23:40:08 +0000 (23:40 +0000)
committerAaron Ballman <aaron@aaronballman.com>
Fri, 24 Jan 2014 23:40:08 +0000 (23:40 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@200050 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/TableGen/Record.h

index 50352bd9a57268ed869cbc90bba783104cb7eabb..222eff5496fd49adc6cf357eb4cb92a22e0ed0fc 100644 (file)
@@ -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;