Fixed spelling error.

This commit is contained in:
Peter Osterlund
2003-06-09 01:35:13 +02:00
parent 269f5da531
commit 5fd0211e2d

View File

@@ -541,7 +541,7 @@ ReadInput(LocalDevicePtr local)
/*
* set blocking to -1 on the first call because we know there is data to
* read. Xisb automatically clears it after one successful read so that
* succeeding reads are preceeded buy a select with a 0 timeout to prevent
* succeeding reads are preceeded by a select with a 0 timeout to prevent
* read from blocking indefinately.
*/
XisbBlockDuration(priv->buffer, -1);