[llvm] r193372 - Grammar.

Eric Christopher echristo at gmail.com
Thu Oct 24 14:20:23 PDT 2013


Author: echristo
Date: Thu Oct 24 16:20:23 2013
New Revision: 193372

URL: http://llvm.org/viewvc/llvm-project?rev=193372&view=rev
Log:
Grammar.

Modified:
    llvm/trunk/lib/CodeGen/AsmPrinter/DwarfDebug.h

Modified: llvm/trunk/lib/CodeGen/AsmPrinter/DwarfDebug.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/CodeGen/AsmPrinter/DwarfDebug.h?rev=193372&r1=193371&r2=193372&view=diff
==============================================================================
--- llvm/trunk/lib/CodeGen/AsmPrinter/DwarfDebug.h (original)
+++ llvm/trunk/lib/CodeGen/AsmPrinter/DwarfDebug.h Thu Oct 24 16:20:23 2013
@@ -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;





More information about the llvm-commits mailing list