[llvm] r336049 - Fix Wdocumentation compiler warning. NFCI.

Simon Pilgrim via llvm-commits llvm-commits at lists.llvm.org
Sat Jun 30 05:24:23 PDT 2018


Author: rksimon
Date: Sat Jun 30 05:24:23 2018
New Revision: 336049

URL: http://llvm.org/viewvc/llvm-project?rev=336049&view=rev
Log:
Fix Wdocumentation compiler warning. NFCI.

Modified:
    llvm/trunk/include/llvm/Support/FileSystem.h

Modified: llvm/trunk/include/llvm/Support/FileSystem.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm/Support/FileSystem.h?rev=336049&r1=336048&r2=336049&view=diff
==============================================================================
--- llvm/trunk/include/llvm/Support/FileSystem.h (original)
+++ llvm/trunk/include/llvm/Support/FileSystem.h Sat Jun 30 05:24:23 2018
@@ -397,7 +397,7 @@ std::error_code copy_file(const Twine &F
 /// 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().




More information about the llvm-commits mailing list