]> granicus.if.org Git - llvm/commitdiff
Fix Wdocumentation warning
authorSimon Pilgrim <llvm-dev@redking.me.uk>
Fri, 10 Mar 2017 14:01:50 +0000 (14:01 +0000)
committerSimon Pilgrim <llvm-dev@redking.me.uk>
Fri, 10 Mar 2017 14:01:50 +0000 (14:01 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@297459 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/Support/FileSystem.h

index 95d7827af3188c562730591f4b2b8ff6286c4d9d..06b6c7c042ef6744ab68ef1acdcd8f8b70d9f6ff 100644 (file)
@@ -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);