[dsymutil] Fix typo in doxygen comment.
authorFrederic Riss <friss@apple.com>
Fri, 13 Mar 2015 23:51:06 +0000 (23:51 +0000)
committerFrederic Riss <friss@apple.com>
Fri, 13 Mar 2015 23:51:06 +0000 (23:51 +0000)
llvm-svn: 232233

llvm/tools/dsymutil/DwarfLinker.cpp

index 480324f..959cf27 100644 (file)
@@ -127,7 +127,7 @@ public:
   /// relocatad by applying offset \p PCOffset.
   void addFunctionRange(uint64_t LowPC, uint64_t HighPC, int64_t PCOffset);
 
-  /// \bried Keep trak of a DW_AT_range attribute that we will need to
+  /// \brief Keep trak of a DW_AT_range attribute that we will need to
   /// patch up later.
   void noteRangeAttribute(const DIE &Die, DIEInteger *Attr);