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 | df0dd7dc69400342be613f0f2ccc0b44dfa627b1 (patch) | |
| tree | 76395d57cd98e962798c26b625df7acbc7c39ad2 /llvm/lib/Analysis/DebugInfo.cpp | |
| parent | b3dbe28e3196f8f5cc9d5dd834ce1df4dfe1588e (diff) | |
| download | llvm-df0dd7dc69400342be613f0f2ccc0b44dfa627b1.zip llvm-df0dd7dc69400342be613f0f2ccc0b44dfa627b1.tar.gz llvm-df0dd7dc69400342be613f0f2ccc0b44dfa627b1.tar.bz2 | |
Fix typo in comment.
llvm-svn: 124759
Diffstat (limited to 'llvm/lib/Analysis/DebugInfo.cpp')
| -rw-r--r-- | llvm/lib/Analysis/DebugInfo.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Analysis/DebugInfo.cpp b/llvm/lib/Analysis/DebugInfo.cpp index 5b786fa..29bbeb5 100644 --- a/llvm/lib/Analysis/DebugInfo.cpp +++ b/llvm/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; |
