diff options
| author | Eric Christopher <echristo@gmail.com> | 2012-11-07 23:38:51 +0000 |
|---|---|---|
| committer | Eric Christopher <echristo@gmail.com> | 2012-11-07 23:38:51 +0000 |
| commit | e5be9fc1c2207de419c89fb5ec83aab970e8726b (patch) | |
| tree | 081ab54bae9dd6473b4efd98e26c73a99688c48e | |
| parent | 70d85be6d3d0aa56de9b41fbf80882a4b271822d (diff) | |
| download | bcm5719-llvm-e5be9fc1c2207de419c89fb5ec83aab970e8726b.tar.gz bcm5719-llvm-e5be9fc1c2207de419c89fb5ec83aab970e8726b.zip | |
Fix up comment typo and 80-col.
llvm-svn: 167560
| -rw-r--r-- | llvm/include/llvm/DebugInfo/DIContext.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/llvm/include/llvm/DebugInfo/DIContext.h b/llvm/include/llvm/DebugInfo/DIContext.h index 2e34bacdd3c..26bd1f62752 100644 --- a/llvm/include/llvm/DebugInfo/DIContext.h +++ b/llvm/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 { |

