From: Devang Patel Date: Thu, 3 Feb 2011 00:13:47 +0000 (+0000) Subject: Fix typo in comment. X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=716a67f1b73e4be62b7f2d99fccb00879386139d;p=oota-llvm.git 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 5b786fa3c93..29bbeb5c44c 100644 --- a/lib/Analysis/DebugInfo.cpp +++ b/lib/Analysis/DebugInfo.cpp @@ -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;