Fix up comment typo and 80-col.
authorEric Christopher <echristo@gmail.com>
Wed, 7 Nov 2012 23:38:51 +0000 (23:38 +0000)
committerEric Christopher <echristo@gmail.com>
Wed, 7 Nov 2012 23:38:51 +0000 (23:38 +0000)
llvm-svn: 167560

llvm/include/llvm/DebugInfo/DIContext.h

index 2e34bac..26bd1f6 100644 (file)
@@ -91,10 +91,10 @@ public:
 };
 
 // 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 {