summaryrefslogtreecommitdiffstats
path: root/llvm/tools
diff options
context:
space:
mode:
authorBenjamin Kramer <benny.kra@googlemail.com>2014-12-13 19:19:07 +0000
committerBenjamin Kramer <benny.kra@googlemail.com>2014-12-13 19:19:07 +0000
commit342554fd6e8735e424adddda2e4d7be19948df89 (patch)
tree8b08b6ba7608adaa8d883f1de513f2ed3d6f5e1d /llvm/tools
parent786a86cb13480c2b3713a6305e3843b8edac841e (diff)
downloadbcm5719-llvm-342554fd6e8735e424adddda2e4d7be19948df89.tar.gz
bcm5719-llvm-342554fd6e8735e424adddda2e4d7be19948df89.zip
Fix Doxygen command misspellings.
Found by -Wdocumentation. llvm-svn: 224197
Diffstat (limited to 'llvm/tools')
-rw-r--r--llvm/tools/dsymutil/DebugMap.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/tools/dsymutil/DebugMap.h b/llvm/tools/dsymutil/DebugMap.h
index d4b9751dc91..d563fa4516b 100644
--- a/llvm/tools/dsymutil/DebugMap.h
+++ b/llvm/tools/dsymutil/DebugMap.h
@@ -104,7 +104,7 @@ public:
bool addSymbol(llvm::StringRef SymName, uint64_t ObjectAddress,
uint64_t LinkedAddress);
- /// \bried Lookup a symbol mapping.
+ /// \brief Lookup a symbol mapping.
/// \returns null if the symbol isn't found.
const SymbolMapping *lookupSymbol(StringRef SymbolName) const;
OpenPOWER on IntegriCloud