diff options
author | Frederic Riss <friss@apple.com> | 2015-03-13 23:55:29 +0000 |
---|---|---|
committer | Frederic Riss <friss@apple.com> | 2015-03-13 23:55:29 +0000 |
commit | 5c9c706ab27e36ef77dee13a571cc949edec2ee6 (patch) | |
tree | 6d34f5a87dfe0b1d9893090a3aff90ddd66332b3 | |
parent | c2607ef3925c8ac7d151cfe8c1645ddb8ba9dc14 (diff) | |
download | llvm-5c9c706ab27e36ef77dee13a571cc949edec2ee6.zip llvm-5c9c706ab27e36ef77dee13a571cc949edec2ee6.tar.gz llvm-5c9c706ab27e36ef77dee13a571cc949edec2ee6.tar.bz2 |
[dsymutil] Fix typo in comment.
Next time, when I fix a typo, I'll take the time to reread the whole
comment instead of waiting for the commit email to realize that there
is another one two words later...
llvm-svn: 232234
-rw-r--r-- | llvm/tools/dsymutil/DwarfLinker.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/tools/dsymutil/DwarfLinker.cpp b/llvm/tools/dsymutil/DwarfLinker.cpp index 959cf27..ff79fa8 100644 --- a/llvm/tools/dsymutil/DwarfLinker.cpp +++ b/llvm/tools/dsymutil/DwarfLinker.cpp @@ -127,7 +127,7 @@ public: /// relocatad by applying offset \p PCOffset. void addFunctionRange(uint64_t LowPC, uint64_t HighPC, int64_t PCOffset); - /// \brief Keep trak of a DW_AT_range attribute that we will need to + /// \brief Keep track of a DW_AT_range attribute that we will need to /// patch up later. void noteRangeAttribute(const DIE &Die, DIEInteger *Attr); |