Grammar.
[oota-llvm.git] / 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) {