From f1f5a434ad9319195eeaf4a4f36d8a6ce085a7b3 Mon Sep 17 00:00:00 2001 From: Aaron Ballman Date: Fri, 24 Jan 2014 23:40:08 +0000 Subject: [PATCH] Typo fix. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@200050 91177308-0d34-0410-b5e6-96231b3b80d8 --- include/llvm/TableGen/Record.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.34.1