Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristopher Faylor <me@cgf.cx>2011-05-02 19:28:35 +0400
committerChristopher Faylor <me@cgf.cx>2011-05-02 19:28:35 +0400
commit8978381c2a9661e373e9f4f7a7776ceefb016380 (patch)
treea0a845c18f581d856e22736f707299276785dfec /winsup/cygwin/strfuncs.cc
parent138f3e0cbdd1f2574963c2134f894a241fd1f348 (diff)
Eliminate trailing whitespace in some files.
* dll_init.cc (dll_list::alloc): Reset 'p' in forked process. * select.cc (select_stuff::wait): Move cleanup() closer to WFMO to minimize unavoidable (?) race.
Diffstat (limited to 'winsup/cygwin/strfuncs.cc')
-rw-r--r--winsup/cygwin/strfuncs.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/winsup/cygwin/strfuncs.cc b/winsup/cygwin/strfuncs.cc
index 8b13b20d8..5ee434e89 100644
--- a/winsup/cygwin/strfuncs.cc
+++ b/winsup/cygwin/strfuncs.cc
@@ -600,7 +600,7 @@ sys_cp_mbstowcs (mbtowc_p f_mbtowc, const char *charset, wchar_t *dst,
Invalid bytes in a multibyte secuence are converted to
the private use area which is already used to store ASCII
- chars invalid in Windows filenames. This technque allows
+ chars invalid in Windows filenames. This technque allows
to store them in a symmetric way. */
bytes = 1;
if (dst)