Fix Doxygen command misspellings.

Found by -Wdocumentation.

llvm-svn: 224197
This commit is contained in:
Benjamin Kramer 2014-12-13 19:19:07 +00:00
parent 29c803c115
commit efbac2c4ef
2 changed files with 3 additions and 3 deletions

View File

@ -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);

View File

@ -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;