summaryrefslogtreecommitdiffstats
path: root/llvm/include
diff options
context:
space:
mode:
authorSimon Pilgrim <llvm-dev@redking.me.uk>2017-03-10 14:01:50 +0000
committerSimon Pilgrim <llvm-dev@redking.me.uk>2017-03-10 14:01:50 +0000
commitdebcbef038c21bf943f7eebcad5d814a8837dfa2 (patch)
tree2d0a6d06ad9aebbfee789b15f3168b80f5175c84 /llvm/include
parentb02667c469493e8f1eee4601d175942c9e80c73d (diff)
downloadbcm5719-llvm-debcbef038c21bf943f7eebcad5d814a8837dfa2.tar.gz
bcm5719-llvm-debcbef038c21bf943f7eebcad5d814a8837dfa2.zip
Fix Wdocumentation warning
llvm-svn: 297459
Diffstat (limited to 'llvm/include')
-rw-r--r--llvm/include/llvm/Support/FileSystem.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/include/llvm/Support/FileSystem.h b/llvm/include/llvm/Support/FileSystem.h
index 95d7827af31..06b6c7c042e 100644
--- a/llvm/include/llvm/Support/FileSystem.h
+++ b/llvm/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);
OpenPOWER on IntegriCloud