aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFrederic Riss <friss@apple.com>2015-03-13 23:51:06 +0000
committerFrederic Riss <friss@apple.com>2015-03-13 23:51:06 +0000
commitc2607ef3925c8ac7d151cfe8c1645ddb8ba9dc14 (patch)
treea7da740783300f8c3bdd77478af3dcb6f42248e1
parent25440876b002b7046c5d30741bc74c15ffba1ca4 (diff)
downloadllvm-c2607ef3925c8ac7d151cfe8c1645ddb8ba9dc14.zip
llvm-c2607ef3925c8ac7d151cfe8c1645ddb8ba9dc14.tar.gz
llvm-c2607ef3925c8ac7d151cfe8c1645ddb8ba9dc14.tar.bz2
[dsymutil] Fix typo in doxygen comment.
llvm-svn: 232233
-rw-r--r--llvm/tools/dsymutil/DwarfLinker.cpp2
1 files changed, 1 insertions, 1 deletions
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);