Grammar.
authorEric Christopher <echristo@gmail.com>
Mon, 6 May 2013 17:50:46 +0000 (17:50 +0000)
committerEric Christopher <echristo@gmail.com>
Mon, 6 May 2013 17:50:46 +0000 (17:50 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@181226 91177308-0d34-0410-b5e6-96231b3b80d8

lib/CodeGen/AsmPrinter/DIE.cpp

index 57e0acda890ff7b731161799c007da1e79b3e2a7..581dfd16c8b06801373cec3155e9263510fe57ea 100644 (file)
@@ -112,7 +112,8 @@ DIE::~DIE() {
     delete Children[i];
 }
 
-/// Climb up the parent chain to get the compile unit DIE this DIE belongs to.
+/// Climb up the parent chain to get the compile unit DIE to which this DIE
+/// belongs.
 DIE *DIE::getCompileUnit() const{
   DIE *p = getParent();
   while (p) {