[llvm-commits] [llvm] r124759 - /llvm/trunk/lib/Analysis/DebugInfo.cpp
Devang Patel
dpatel at apple.com
Wed Feb 2 16:13:47 PST 2011
Author: dpatel
Date: Wed Feb 2 18:13:47 2011
New Revision: 124759
URL: http://llvm.org/viewvc/llvm-project?rev=124759&view=rev
Log:
Fix typo in comment.
Modified:
llvm/trunk/lib/Analysis/DebugInfo.cpp
Modified: llvm/trunk/lib/Analysis/DebugInfo.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/Analysis/DebugInfo.cpp?rev=124759&r1=124758&r2=124759&view=diff
==============================================================================
--- llvm/trunk/lib/Analysis/DebugInfo.cpp (original)
+++ llvm/trunk/lib/Analysis/DebugInfo.cpp Wed Feb 2 18:13:47 2011
@@ -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;
More information about the llvm-commits
mailing list