manoj 99/10/25 14:01:09
Modified: src/os/unix iol_socket.c
Log:
Fix a misspelling in a comment
Revision Changes Path
1.8 +1 -1 apache-2.0/src/os/unix/iol_socket.c
Index: iol_socket.c
===================================================================
RCS file: /home/cvs/apache-2.0/src/os/unix/iol_socket.c,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -u -r1.7 -r1.8
--- iol_socket.c 1999/10/25 21:00:27 1.7
+++ iol_socket.c 1999/10/25 21:01:08 1.8
@@ -167,7 +167,7 @@
iol_socket *iol = (iol_socket *)viol; \
int rv; \
\
- /* Present to zero until some bytes are actually written */ \
+ /* Preset to zero until some bytes are actually written */ \
*nbytes = 0; \
if (!(iol->flags & FD_NONBLOCKING_SET)) { \
if (iol->timeout < 0) { \