/*
- * $Id: comm.cc,v 1.120 1996/12/17 04:13:55 wessels Exp $
+ * $Id: comm.cc,v 1.121 1996/12/17 22:34:16 wessels Exp $
*
* DEBUG: section 5 Socket Functions
* AUTHOR: Harvest Derived
if (num == 0)
continue;
/* scan each socket but the accept socket. Poll this
- * more frequently to minimiize losses due to the 5 connect
+ * more frequently to minimize losses due to the 5 connect
* limit in SunOS */
for (i = 0; i < nfds; i++) {
fd = pfds[i].fd;
continue;
/* scan each socket but the accept socket. Poll this
- * more frequently to minimiize losses due to the 5 connect
+ * more frequently to minimize losses due to the 5 connect
* limit in SunOS */
for (fd = 0; fd < maxfd; fd++) {