summaryrefslogtreecommitdiff
path: root/include/llvm/Support/FileSystem.h
diff options
context:
space:
mode:
authorBenjamin Kramer <benny.kra@googlemail.com>2013-07-10 18:01:16 +0000
committerBenjamin Kramer <benny.kra@googlemail.com>2013-07-10 18:01:16 +0000
commitdbe3efb86eaad7c9d4c16d9fe512e247d944461c (patch)
treee439891df65aaf285e0979dc53d83aad7ad96098 /include/llvm/Support/FileSystem.h
parent6a3c89846f242b61236155e0e7100850327a222d (diff)
downloadllvm-dbe3efb86eaad7c9d4c16d9fe512e247d944461c.tar.gz
llvm-dbe3efb86eaad7c9d4c16d9fe512e247d944461c.tar.bz2
llvm-dbe3efb86eaad7c9d4c16d9fe512e247d944461c.tar.xz
Update doxygen comment to match renamed parameters.
Found by -Wdocumentation. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@186021 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm/Support/FileSystem.h')
-rw-r--r--include/llvm/Support/FileSystem.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/llvm/Support/FileSystem.h b/include/llvm/Support/FileSystem.h
index df37379d33..0f135e6aa6 100644
--- a/include/llvm/Support/FileSystem.h
+++ b/include/llvm/Support/FileSystem.h
@@ -436,8 +436,8 @@ inline bool equivalent(const Twine &A, const Twine &B) {
/// @brief Get file size.
///
-/// @param path Input path.
-/// @param result Set to the size of the file in \a path.
+/// @param Path Input path.
+/// @param Result Set to the size of the file in \a Path.
/// @returns errc::success if result has been successfully set, otherwise a
/// platform specific error_code.
inline error_code file_size(const Twine &Path, uint64_t &Result) {