[llvm] r297459 - Fix Wdocumentation warning
Simon Pilgrim via llvm-commits
llvm-commits at lists.llvm.org
Fri Mar 10 06:01:50 PST 2017
Author: rksimon
Date: Fri Mar 10 08:01:50 2017
New Revision: 297459
URL: http://llvm.org/viewvc/llvm-project?rev=297459&view=rev
Log:
Fix Wdocumentation warning
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=297459&r1=297458&r2=297459&view=diff
==============================================================================
--- llvm/trunk/include/llvm/Support/FileSystem.h (original)
+++ llvm/trunk/include/llvm/Support/FileSystem.h Fri Mar 10 08:01:50 2017
@@ -489,7 +489,7 @@ inline bool is_local(int FD) {
/// @brief Does status represent a directory?
///
/// @param Path The path to get the type of.
-/// @param follow For symbolic links, indicates whether to return the file type
+/// @param Follow For symbolic links, indicates whether to return the file type
/// of the link itself, or of the target.
/// @returns A value from the file_type enumeration indicating the type of file.
file_type get_file_type(const Twine &Path, bool Follow = true);
More information about the llvm-commits
mailing list