From 1f7d0d579475eefd772352f7f7f79acc445aa605 Mon Sep 17 00:00:00 2001 From: Eric Christopher Date: Thu, 24 Oct 2013 21:20:23 +0000 Subject: [PATCH] Grammar. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@193372 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/CodeGen/AsmPrinter/DwarfDebug.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/CodeGen/AsmPrinter/DwarfDebug.h b/lib/CodeGen/AsmPrinter/DwarfDebug.h index 326a09c5161..83ea0cc967a 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; -- 2.34.1