From: Eric Christopher Date: Wed, 7 Nov 2012 23:38:51 +0000 (+0000) Subject: Fix up comment typo and 80-col. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=eb3a8c5288110ddf183e3e8b8babc303f6b78020;p=oota-llvm.git Fix up comment typo and 80-col. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@167560 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/llvm/DebugInfo/DIContext.h b/include/llvm/DebugInfo/DIContext.h index 2e34bacdd3c..26bd1f62752 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 > RelocAddrMap; class DIContext {