Fix Wdocumentation compiler warning. NFCI.

llvm-svn: 336049
This commit is contained in:
Simon Pilgrim 2018-06-30 12:24:23 +00:00
parent fae337704e
commit fdca80ddc9
1 changed files with 1 additions and 1 deletions

View File

@ -397,7 +397,7 @@ std::error_code copy_file(const Twine &From, const Twine &To);
/// Copy the contents of \a From to \a To.
///
/// @param From The path to copy from.
/// @param To The open file descriptor of the destinatino file.
/// @param ToFD The open file descriptor of the destination file.
std::error_code copy_file(const Twine &From, int ToFD);
/// Resize path to size. File is resized as if by POSIX truncate().