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);
|
rc = WaitForMultipleObjects (2, w4, FALSE, time_to_wait);
|
||||||
if (rc == WAIT_OBJECT_0)
|
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 */
|
just return all data successfully read */
|
||||||
if (totalread > 0)
|
if (totalread > 0)
|
||||||
break;
|
break;
|
||||||
|
|
Loading…
Reference in New Issue