summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorEric Christopher <echristo@gmail.com>2013-10-24 21:20:23 +0000
committerEric Christopher <echristo@gmail.com>2013-10-24 21:20:23 +0000
commit1f7d0d579475eefd772352f7f7f79acc445aa605 (patch)
tree8c2c2b6d73510840be66017417995881dd369bbe /lib
parent39cd7d48c07f6d8d104432a6b671c9cb3ede2b75 (diff)
downloadllvm-1f7d0d579475eefd772352f7f7f79acc445aa605.tar.gz
llvm-1f7d0d579475eefd772352f7f7f79acc445aa605.tar.bz2
llvm-1f7d0d579475eefd772352f7f7f79acc445aa605.tar.xz
Grammar.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@193372 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib')
-rw-r--r--lib/CodeGen/AsmPrinter/DwarfDebug.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/CodeGen/AsmPrinter/DwarfDebug.h b/lib/CodeGen/AsmPrinter/DwarfDebug.h
index 326a09c516..83ea0cc967 100644
--- a/lib/CodeGen/AsmPrinter/DwarfDebug.h
+++ b/lib/CodeGen/AsmPrinter/DwarfDebug.h
@@ -302,7 +302,7 @@ public:
AddrPool *getAddrPool() { return &AddressPool; }
};
-/// \brief Helper used to pair up a symbol and it's DWARF compile unit.
+/// \brief Helper used to pair up a symbol and its DWARF compile unit.
struct SymbolCU {
SymbolCU(CompileUnit *CU, const MCSymbol *Sym) : Sym(Sym), CU(CU) {}
const MCSymbol *Sym;