Fix Doxygen command misspellings.
[oota-llvm.git] / include / llvm / Support / FileSystem.h
index 2bd36c042d4ae5342563a7300d6d18fec8aeacef..4acff6623d7e6024f48bf24251e18fd039c7f2d9 100644 (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);