mirror of
https://github.com/Interlisp/maiko.git
synced 2026-02-08 01:01:18 +00:00
Fix various spelling, grammatical, and punctuation errors (#222)
This commit is contained in:
@@ -573,7 +573,7 @@ LispPTR check_ether() {
|
||||
|
||||
if (ether_fd >= 0 && ether_bsize > 0
|
||||
/* && select(32, &rfds, NULL, NULL, &EtherTimeout) >= 0
|
||||
* -- [on '90/02/14: getsignsldata() chech this] */
|
||||
* -- [on '90/02/14: getsignsldata() check this] */
|
||||
&& (FD_ISSET(ether_fd, &rfds))) {
|
||||
data.maxlen = sizeof(nit_buf);
|
||||
data.len = 0;
|
||||
|
||||
Reference in New Issue
Block a user