Wdocumentation parameter fix
authorSimon Pilgrim <llvm-dev@redking.me.uk>
Thu, 31 Mar 2016 21:13:49 +0000 (21:13 +0000)
committerSimon Pilgrim <llvm-dev@redking.me.uk>
Thu, 31 Mar 2016 21:13:49 +0000 (21:13 +0000)
llvm-svn: 265055

llvm/include/llvm/Support/FileSystem.h

index 0c2ac3f..c7c0537 100644 (file)
@@ -655,8 +655,6 @@ std::error_code getUniqueID(const Twine Path, UniqueID &Result);
 /// Note: Windows reports results according to the quota allocated to the user.
 ///
 /// @param Path Input path.
-/// @param SpaceInfo Set to the capacity, free, and available space on the
-///        device \a Path is on.
 /// @results errc::success if result has been successfully set, otherwise a
 ///          platform specific error_code.
 ErrorOr<space_info> disk_space(const Twine Path);