Typo.
authorEric Christopher <echristo@apple.com>
Mon, 3 Oct 2011 15:49:16 +0000 (15:49 +0000)
committerEric Christopher <echristo@apple.com>
Mon, 3 Oct 2011 15:49:16 +0000 (15:49 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@141004 91177308-0d34-0410-b5e6-96231b3b80d8

lib/CodeGen/AsmPrinter/DwarfDebug.cpp

index ad16ac1004c54d8d019a489e24b87eca285c0bd7..d7c702a5fc45104cd62e9b808d829682089e9cd6 100644 (file)
@@ -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 =