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>2001-03-17 04:45:40 +0300
committerChristopher Faylor <me@cgf.cx>2001-03-17 04:45:40 +0300
commited4c976cf2c59aac48823170908ed40cff9347d2 (patch)
tree3a5b5e33d63ad259be114ceb0a6d6020517607a5 /winsup/cygwin/fhandler_tty.cc
parentb65c6896c82307106f1f9dca2f197e4d21911f17 (diff)
fix spelling error.
Diffstat (limited to 'winsup/cygwin/fhandler_tty.cc')
-rw-r--r--winsup/cygwin/fhandler_tty.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/winsup/cygwin/fhandler_tty.cc b/winsup/cygwin/fhandler_tty.cc
index 28ff6b61c..5cca97b4d 100644
--- a/winsup/cygwin/fhandler_tty.cc
+++ b/winsup/cygwin/fhandler_tty.cc
@@ -642,7 +642,7 @@ fhandler_tty_slave::read (void *ptr, size_t len)
rc = WaitForMultipleObjects (2, w4, FALSE, time_to_wait);
if (rc == WAIT_OBJECT_0)
{
- /* if we've recieved signal after successfully reading some data,
+ /* if we've received signal after successfully reading some data,
just return all data successfully read */
if (totalread > 0)
break;