From: David Blaikie Date: Wed, 27 Mar 2013 17:50:12 +0000 (+0000) Subject: Fix comment X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=354504320b4984eebf918bec02dc4c248e0b309b;p=oota-llvm.git Fix comment git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@178155 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/IR/DebugInfo.cpp b/lib/IR/DebugInfo.cpp index f703bd2f7a6..a1d18e1f93a 100644 --- a/lib/IR/DebugInfo.cpp +++ b/lib/IR/DebugInfo.cpp @@ -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; }