Fix typo in comment.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@124759 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/lib/Analysis/DebugInfo.cpp b/lib/Analysis/DebugInfo.cpp
index 5b786fa..29bbeb5 100644
--- a/lib/Analysis/DebugInfo.cpp
+++ b/lib/Analysis/DebugInfo.cpp
@@ -199,7 +199,7 @@
   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;