[llvm] r232234 - [dsymutil] Fix typo in comment.

Frederic Riss friss at apple.com
Fri Mar 13 16:55:29 PDT 2015


Author: friss
Date: Fri Mar 13 18:55:29 2015
New Revision: 232234

URL: http://llvm.org/viewvc/llvm-project?rev=232234&view=rev
Log:
[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...

Modified:
    llvm/trunk/tools/dsymutil/DwarfLinker.cpp

Modified: llvm/trunk/tools/dsymutil/DwarfLinker.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/tools/dsymutil/DwarfLinker.cpp?rev=232234&r1=232233&r2=232234&view=diff
==============================================================================
--- llvm/trunk/tools/dsymutil/DwarfLinker.cpp (original)
+++ llvm/trunk/tools/dsymutil/DwarfLinker.cpp Fri Mar 13 18:55:29 2015
@@ -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);
 





More information about the llvm-commits mailing list