stdlib: correct comment

Swift SVN r18592
This commit is contained in:
Dmitri Hrybenko
2014-05-23 13:07:46 +00:00
parent 83f7bdc30e
commit 04dae74cd6

View File

@@ -369,7 +369,7 @@ extension String {
/// attempts to perform filename completion, returning a numeric
/// value that indicates whether a match was possible, and by
/// reference the longest path that matches the `String`.
/// returns the actual number of matching paths.
/// Returns the actual number of matching paths.
func completePathIntoString(
_ outputName: CMutablePointer<String> = nil,
caseSensitive: Bool,