[dsymutil] Fix typo in comment.
authorFrederic Riss <friss@apple.com>
Fri, 13 Mar 2015 23:55:29 +0000 (23:55 +0000)
committerFrederic Riss <friss@apple.com>
Fri, 13 Mar 2015 23:55:29 +0000 (23:55 +0000)
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...

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@232234 91177308-0d34-0410-b5e6-96231b3b80d8

tools/dsymutil/DwarfLinker.cpp

index 959cf2760cbcb7167d626b648db7194db65d4373..ff79fa8c5a81cbc78e75e37e78b64d24dc832c35 100644 (file)
@@ -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);