diff options
author | Eric Christopher <echristo@gmail.com> | 2014-07-02 22:05:40 +0000 |
---|---|---|
committer | Eric Christopher <echristo@gmail.com> | 2014-07-02 22:05:40 +0000 |
commit | 0eaa541ea596476c463c40c3cd432b0ee6011ee5 (patch) | |
tree | 906431bdaacea57536c0f12f57d06748d5e94284 /llvm/lib/IR/Attributes.cpp | |
parent | 8da6cc6a05e9e4a1be833bfdb76a59ab1a68cee9 (diff) | |
download | llvm-0eaa541ea596476c463c40c3cd432b0ee6011ee5.zip llvm-0eaa541ea596476c463c40c3cd432b0ee6011ee5.tar.gz llvm-0eaa541ea596476c463c40c3cd432b0ee6011ee5.tar.bz2 |
Fix typos.
llvm-svn: 212228
Diffstat (limited to 'llvm/lib/IR/Attributes.cpp')
-rw-r--r-- | llvm/lib/IR/Attributes.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/IR/Attributes.cpp b/llvm/lib/IR/Attributes.cpp index 58475e2..48a2ce85 100644 --- a/llvm/lib/IR/Attributes.cpp +++ b/llvm/lib/IR/Attributes.cpp @@ -293,7 +293,7 @@ bool Attribute::operator<(Attribute A) const { // AttributeImpl Definition //===----------------------------------------------------------------------===// -// Pin the vtabels to this file. +// Pin the vtables to this file. AttributeImpl::~AttributeImpl() {} void EnumAttributeImpl::anchor() {} void AlignAttributeImpl::anchor() {} |