diff options
author | Alp Toker <alp@nuanti.com> | 2014-05-15 11:27:39 +0000 |
---|---|---|
committer | Alp Toker <alp@nuanti.com> | 2014-05-15 11:27:39 +0000 |
commit | f03763a44b2f6ab50afa745e8bbae9e3f11d104e (patch) | |
tree | 89c4ee3d8a2ecdb27fff2e50c17623dd22efbcf2 /libcxx/src/support | |
parent | 0f9355b3b0d89d164c5dfbca8cc2fc7bd6a75648 (diff) | |
download | bcm5719-llvm-f03763a44b2f6ab50afa745e8bbae9e3f11d104e.tar.gz bcm5719-llvm-f03763a44b2f6ab50afa745e8bbae9e3f11d104e.zip |
Fix typos
llvm-svn: 208869
Diffstat (limited to 'libcxx/src/support')
-rw-r--r-- | libcxx/src/support/win32/support.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libcxx/src/support/win32/support.cpp b/libcxx/src/support/win32/support.cpp index 6ee31e0cb32..e989681a6d5 100644 --- a/libcxx/src/support/win32/support.cpp +++ b/libcxx/src/support/win32/support.cpp @@ -107,8 +107,8 @@ size_t mbsnrtowcs( wchar_t *__restrict dst, const char **__restrict src, // Converts max_source_chars from the wide character buffer pointer to by *src, // into the multi byte character sequence buffer stored at dst which must be // dst_size_bytes bytes in size. -// Returns >= 0: the number of bytes in the sequence sequence -// converted frome *src, excluding the null terminator. +// Returns >= 0: the number of bytes in the sequence +// converted from *src, excluding the null terminator. // Returns size_t(-1) if an error occurs, also sets errno. // If dst is NULL dst_size_bytes is ignored and no bytes are copied to dst // and no "out" parameters are updated. |