summaryrefslogtreecommitdiff
path: root/include/llvm/DebugInfo/DIContext.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/llvm/DebugInfo/DIContext.h')
-rw-r--r--include/llvm/DebugInfo/DIContext.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/include/llvm/DebugInfo/DIContext.h b/include/llvm/DebugInfo/DIContext.h
index 2e34bacdd3..26bd1f6275 100644
--- a/include/llvm/DebugInfo/DIContext.h
+++ b/include/llvm/DebugInfo/DIContext.h
@@ -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 {