From: Simon Pilgrim Date: Fri, 10 Mar 2017 14:01:50 +0000 (+0000) Subject: Fix Wdocumentation warning X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=64eec6269b81da480835a7756c27be32191441ac;p=llvm Fix Wdocumentation warning git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@297459 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/llvm/Support/FileSystem.h b/include/llvm/Support/FileSystem.h index 95d7827af31..06b6c7c042e 100644 --- a/include/llvm/Support/FileSystem.h +++ b/include/llvm/Support/FileSystem.h @@ -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);