stdlib: fix a typo in comments

Swift SVN r27161
This commit is contained in:
Dmitri Hrybenko
2015-04-09 04:45:37 +00:00
parent 9c03811987
commit c8af957f08

View File

@@ -48,7 +48,7 @@ extension ${Self} {
/// Returns the result of calling the POSIX function
/// `strto${cFuncSuffix2[bits]}_l` using the "C" locale, unless
/// `text` contains non-ASCII text or whitespace, or is not
/// completely consumed by the call. Otherwise, rerturns `nil`.
/// completely consumed by the call. Otherwise, returns `nil`.
///
/// See the `strto${cFuncSuffix2[bits]} (3)` man page for details of
/// the exact format accepted.