diff options
author | Devang Patel <dpatel@apple.com> | 2011-02-03 00:13:47 +0000 |
---|---|---|
committer | Devang Patel <dpatel@apple.com> | 2011-02-03 00:13:47 +0000 |
commit | 716a67f1b73e4be62b7f2d99fccb00879386139d (patch) | |
tree | 377a3f975ed0b854b76176132535fd3489865c50 /lib/Analysis/DebugInfo.cpp | |
parent | e7d93877c6e7029d27bfd1c137fceb472f81f390 (diff) |
Fix typo in comment.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@124759 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Analysis/DebugInfo.cpp')
-rw-r--r-- | lib/Analysis/DebugInfo.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Analysis/DebugInfo.cpp b/lib/Analysis/DebugInfo.cpp index 5b786fa3c9..29bbeb5c44 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; |