From 5c9c706ab27e36ef77dee13a571cc949edec2ee6 Mon Sep 17 00:00:00 2001 From: Frederic Riss Date: Fri, 13 Mar 2015 23:55:29 +0000 Subject: [PATCH] [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 --- llvm/tools/dsymutil/DwarfLinker.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); -- 2.7.4