projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e7d9387
)
Fix typo in comment.
author
Devang Patel
<dpatel@apple.com>
Thu, 3 Feb 2011 00:13:47 +0000
(
00:13
+0000)
committer
Devang Patel
<dpatel@apple.com>
Thu, 3 Feb 2011 00:13:47 +0000
(
00:13
+0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@124759
91177308
-0d34-0410-b5e6-
96231b3b80d8
lib/Analysis/DebugInfo.cpp
patch
|
blob
|
history
diff --git
a/lib/Analysis/DebugInfo.cpp
b/lib/Analysis/DebugInfo.cpp
index 5b786fa3c9307d0f113af301236736c3a841df52..29bbeb5c44ceed528bff69c69f69fc075e2fdf5c 100644
(file)
--- 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 ta
b
is
+/// isUnspecifiedParmeter - Return true if the specified ta
g
is
/// DW_TAG_unspecified_parameters.
bool DIDescriptor::isUnspecifiedParameter() const {
return DbgNode && getTag() == dwarf::DW_TAG_unspecified_parameters;