diff options
| author | Robin Morisset <morisset@google.com> | 2014-08-29 21:53:01 +0000 |
|---|---|---|
| committer | Robin Morisset <morisset@google.com> | 2014-08-29 21:53:01 +0000 |
| commit | 039781ef269c61139d902b0cf8c78096d7318d9f (patch) | |
| tree | 24631595cdf0fb8f1c20873b26bdb3d6a503d16f /llvm/lib/CodeGen/AsmPrinter/DIEHash.cpp | |
| parent | ae08e431ddc1d981afa9a16a3e2041a6213846d8 (diff) | |
| download | bcm5719-llvm-039781ef269c61139d902b0cf8c78096d7318d9f.tar.gz bcm5719-llvm-039781ef269c61139d902b0cf8c78096d7318d9f.zip | |
Fix typos in comments, NFC
Summary: Just fixing comments, no functional change.
Test Plan: N/A
Reviewers: jfb
Subscribers: mcrosier, llvm-commits
Differential Revision: http://reviews.llvm.org/D5130
llvm-svn: 216784
Diffstat (limited to 'llvm/lib/CodeGen/AsmPrinter/DIEHash.cpp')
| -rw-r--r-- | llvm/lib/CodeGen/AsmPrinter/DIEHash.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/CodeGen/AsmPrinter/DIEHash.cpp b/llvm/lib/CodeGen/AsmPrinter/DIEHash.cpp index c2fad59aa4e..b2a3ba88f94 100644 --- a/llvm/lib/CodeGen/AsmPrinter/DIEHash.cpp +++ b/llvm/lib/CodeGen/AsmPrinter/DIEHash.cpp @@ -261,7 +261,7 @@ void DIEHash::hashDIEEntry(dwarf::Attribute Attribute, dwarf::Tag Tag, return; } - // otherwise, b) use the letter 'T' as a the marker, ... + // otherwise, b) use the letter 'T' as the marker, ... addULEB128('T'); addULEB128(Attribute); |

