From: Frederic Riss Date: Fri, 13 Mar 2015 23:51:06 +0000 (+0000) Subject: [dsymutil] Fix typo in doxygen comment. X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=b2ff0b1dbb3b6721bf032573d1389c905952bcfc;p=oota-llvm.git [dsymutil] Fix typo in doxygen comment. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@232233 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/tools/dsymutil/DwarfLinker.cpp b/tools/dsymutil/DwarfLinker.cpp index 480324f4111..959cf2760cb 100644 --- a/tools/dsymutil/DwarfLinker.cpp +++ b/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);