diff options
Diffstat (limited to 'llvm/lib/VMCore/AttributeImpl.h')
-rw-r--r-- | llvm/lib/VMCore/AttributeImpl.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/VMCore/AttributeImpl.h b/llvm/lib/VMCore/AttributeImpl.h index cab1c94255d..2726e0edf64 100644 --- a/llvm/lib/VMCore/AttributeImpl.h +++ b/llvm/lib/VMCore/AttributeImpl.h @@ -87,7 +87,7 @@ public: /// \class /// \brief This class represents a set of attributes. class AttributeSetImpl : public FoldingSetNode { - // AttributesList is uniqued, these should not be publicly available. + // AttributesSet is uniqued, these should not be publicly available. void operator=(const AttributeSetImpl &) LLVM_DELETED_FUNCTION; AttributeSetImpl(const AttributeSetImpl &) LLVM_DELETED_FUNCTION; public: |