From: Frederic Riss Date: Fri, 13 Mar 2015 23:51:06 +0000 (+0000) Subject: [dsymutil] Fix typo in doxygen comment. X-Git-Tag: llvmorg-3.7.0-rc1~9263 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=c2607ef3925c8ac7d151cfe8c1645ddb8ba9dc14;p=platform%2Fupstream%2Fllvm.git [dsymutil] Fix typo in doxygen comment. llvm-svn: 232233 --- diff --git a/llvm/tools/dsymutil/DwarfLinker.cpp b/llvm/tools/dsymutil/DwarfLinker.cpp index 480324f..959cf27 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); - /// \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);