Fix the description of FileSpec::Resolve to match the new signature.

llvm-svn: 215158
This commit is contained in:
Jim Ingham 2014-08-07 22:34:50 +00:00
parent 09fdfabdda
commit 7fa8b17e4f
1 changed files with 2 additions and 4 deletions

View File

@ -631,10 +631,8 @@ public:
ReadFileLines (STLStringArray &lines);
//------------------------------------------------------------------
/// Resolves user name and links in \a src_path, and writes the output
/// to \a dst_path. Note if the path pointed to by \a src_path does not
/// exist, the contents of \a src_path will be copied to \a dst_path
/// unchanged.
/// Resolves user name and links in \a path, and overwrites the input
/// argument with the resolved path.
///
/// @param[in] path
/// Input path to be resolved, in the form of a llvm::SmallString or similar.