summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorEric Christopher <echristo@apple.com>2011-10-03 15:49:16 +0000
committerEric Christopher <echristo@apple.com>2011-10-03 15:49:16 +0000
commit1aeb7ac6246c39703e08089ab0dc2f35631b8bb5 (patch)
tree9d30001bb23ef8cb75aa5982d98e469bbf9c85ec /lib
parent25456ef74ca7ac9bf46451f28d995f785e2596de (diff)
downloadllvm-1aeb7ac6246c39703e08089ab0dc2f35631b8bb5.tar.gz
llvm-1aeb7ac6246c39703e08089ab0dc2f35631b8bb5.tar.bz2
llvm-1aeb7ac6246c39703e08089ab0dc2f35631b8bb5.tar.xz
Typo.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@141004 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib')
-rw-r--r--lib/CodeGen/AsmPrinter/DwarfDebug.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/CodeGen/AsmPrinter/DwarfDebug.cpp b/lib/CodeGen/AsmPrinter/DwarfDebug.cpp
index ad16ac1004..d7c702a5fc 100644
--- a/lib/CodeGen/AsmPrinter/DwarfDebug.cpp
+++ b/lib/CodeGen/AsmPrinter/DwarfDebug.cpp
@@ -386,7 +386,7 @@ DIE *DwarfDebug::constructScopeDIE(CompileUnit *TheCU, LexicalScope *Scope) {
TheCU->constructVariableDIE(ArgDV, Scope->isAbstractScope()))
Children.push_back(Arg);
- // Collect lexical scope childrens first.
+ // Collect lexical scope children first.
const SmallVector<DbgVariable *, 8> &Variables = ScopeVariables.lookup(Scope);
for (unsigned i = 0, N = Variables.size(); i < N; ++i)
if (DIE *Variable =