Fix typo in comment.
authorDevang Patel <dpatel@apple.com>
Thu, 3 Feb 2011 00:13:47 +0000 (00:13 +0000)
committerDevang Patel <dpatel@apple.com>
Thu, 3 Feb 2011 00:13:47 +0000 (00:13 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@124759 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Analysis/DebugInfo.cpp

index 5b786fa3c9307d0f113af301236736c3a841df52..29bbeb5c44ceed528bff69c69f69fc075e2fdf5c 100644 (file)
@@ -199,7 +199,7 @@ bool DIDescriptor::isGlobal() const {
   return isGlobalVariable();
 }
 
-/// isUnspecifiedParmeter - Return true if the specified tab is
+/// isUnspecifiedParmeter - Return true if the specified tag is
 /// DW_TAG_unspecified_parameters.
 bool DIDescriptor::isUnspecifiedParameter() const {
   return DbgNode && getTag() == dwarf::DW_TAG_unspecified_parameters;