Fix comment

llvm-svn: 178155
This commit is contained in:
David Blaikie 2013-03-27 17:50:12 +00:00
parent 551262d7c0
commit 986d7049cd
1 changed files with 1 additions and 1 deletions

View File

@ -333,7 +333,7 @@ bool DIDescriptor::isEnumerator() const {
return DbgNode && getTag() == dwarf::DW_TAG_enumerator;
}
/// isObjCProperty - Return true if the specified tag is DW_TAG
/// isObjCProperty - Return true if the specified tag is DW_TAG_APPLE_property.
bool DIDescriptor::isObjCProperty() const {
return DbgNode && getTag() == dwarf::DW_TAG_APPLE_property;
}