[llvm-commits] [llvm] r167560 - /llvm/trunk/include/llvm/DebugInfo/DIContext.h

Eric Christopher echristo at gmail.com
Wed Nov 7 15:38:51 PST 2012


Author: echristo
Date: Wed Nov  7 17:38:51 2012
New Revision: 167560

URL: http://llvm.org/viewvc/llvm-project?rev=167560&view=rev
Log:
Fix up comment typo and 80-col.

Modified:
    llvm/trunk/include/llvm/DebugInfo/DIContext.h

Modified: llvm/trunk/include/llvm/DebugInfo/DIContext.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm/DebugInfo/DIContext.h?rev=167560&r1=167559&r2=167560&view=diff
==============================================================================
--- llvm/trunk/include/llvm/DebugInfo/DIContext.h (original)
+++ llvm/trunk/include/llvm/DebugInfo/DIContext.h Wed Nov  7 17:38:51 2012
@@ -91,10 +91,10 @@
 };
 
 // In place of applying the relocations to the data we've read from disk we use
-// a separate mapping table to the side and checking that at locations in the dwarf
-// we expec relocated values. This adds a bit of complexity to the dwarf
-// parsing/extraction at the benefit of not allocating memory for the entire
-// size of the debug info sections.
+// a separate mapping table to the side and checking that at locations in the
+// dwarf where we expect relocated values. This adds a bit of complexity to the
+// dwarf parsing/extraction at the benefit of not allocating memory for the
+// entire size of the debug info sections.
 typedef DenseMap<uint64_t, std::pair<uint8_t, int64_t> > RelocAddrMap;
 
 class DIContext {





More information about the llvm-commits mailing list