summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorAaron Ballman <aaron@aaronballman.com>2014-01-24 23:40:08 +0000
committerAaron Ballman <aaron@aaronballman.com>2014-01-24 23:40:08 +0000
commitf1f5a434ad9319195eeaf4a4f36d8a6ce085a7b3 (patch)
treecc03641b924467e06c843e943d8be28ef14ae253 /include
parent08f6677a7fa8b89412c0e27e5445813174361504 (diff)
downloadllvm-f1f5a434ad9319195eeaf4a4f36d8a6ce085a7b3.tar.gz
llvm-f1f5a434ad9319195eeaf4a4f36d8a6ce085a7b3.tar.bz2
llvm-f1f5a434ad9319195eeaf4a4f36d8a6ce085a7b3.tar.xz
Typo fix.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@200050 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include')
-rw-r--r--include/llvm/TableGen/Record.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/llvm/TableGen/Record.h b/include/llvm/TableGen/Record.h
index 50352bd9a5..222eff5496 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;