From 342554fd6e8735e424adddda2e4d7be19948df89 Mon Sep 17 00:00:00 2001 From: Benjamin Kramer Date: Sat, 13 Dec 2014 19:19:07 +0000 Subject: [PATCH] Fix Doxygen command misspellings. Found by -Wdocumentation. llvm-svn: 224197 --- llvm/include/llvm/Support/FileSystem.h | 4 ++-- llvm/tools/dsymutil/DebugMap.h | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/llvm/include/llvm/Support/FileSystem.h b/llvm/include/llvm/Support/FileSystem.h index 2bd36c0..4acff66 100644 --- a/llvm/include/llvm/Support/FileSystem.h +++ b/llvm/include/llvm/Support/FileSystem.h @@ -336,8 +336,8 @@ std::error_code copy_file(const Twine &From, const Twine &To); /// @brief Resize path to size. File is resized as if by POSIX truncate(). /// -/// @param path Input file descriptor. -/// @param size Size to resize to. +/// @param FD Input file descriptor. +/// @param Size Size to resize to. /// @returns errc::success if \a path has been resized to \a size, otherwise a /// platform-specific error_code. std::error_code resize_file(int FD, uint64_t Size); diff --git a/llvm/tools/dsymutil/DebugMap.h b/llvm/tools/dsymutil/DebugMap.h index d4b9751..d563fa4 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; -- 2.7.4