Fix comment
authorDavid Blaikie <dblaikie@gmail.com>
Wed, 27 Mar 2013 17:50:12 +0000 (17:50 +0000)
committerDavid Blaikie <dblaikie@gmail.com>
Wed, 27 Mar 2013 17:50:12 +0000 (17:50 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@178155 91177308-0d34-0410-b5e6-96231b3b80d8

lib/IR/DebugInfo.cpp

index f703bd2f7a6d28b1c5d3ac19deb94a57f9e6e0f5..a1d18e1f93a8cb649528afbf0b0cd61f305bf070 100644 (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;
 }