From: Aaron Ballman Date: Fri, 24 Jan 2014 23:40:08 +0000 (+0000) Subject: Typo fix. X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=f1f5a434ad9319195eeaf4a4f36d8a6ce085a7b3;p=oota-llvm.git Typo fix. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@200050 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/llvm/TableGen/Record.h b/include/llvm/TableGen/Record.h index 50352bd9a57..222eff5496f 100644 --- a/include/llvm/TableGen/Record.h +++ b/include/llvm/TableGen/Record.h @@ -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;