mirror of
git://sourceware.org/git/newlib-cygwin.git
synced 2025-01-18 12:29:32 +08:00
fix spelling error.
This commit is contained in:
parent
b65c6896c8
commit
ed4c976cf2
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user