You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@apr.apache.org by tr...@apache.org on 2002/10/24 13:17:01 UTC

cvs commit: apr/network_io/unix sendrecv.c

trawick     2002/10/24 04:17:01

  Modified:    network_io/unix sendrecv.c
  Log:
  fix a typo in a comment
  
  Revision  Changes    Path
  1.90      +1 -1      apr/network_io/unix/sendrecv.c
  
  Index: sendrecv.c
  ===================================================================
  RCS file: /home/cvs/apr/network_io/unix/sendrecv.c,v
  retrieving revision 1.89
  retrieving revision 1.90
  diff -u -r1.89 -r1.90
  --- sendrecv.c	13 Sep 2002 07:28:40 -0000	1.89
  +++ sendrecv.c	24 Oct 2002 11:17:01 -0000	1.90
  @@ -410,7 +410,7 @@
   {
   #ifdef HAVE_SYS_SYSCTL_H
   /* this assumes: 
  - *   if the header exits, so does the sysctlbyname() syscall, and 
  + *   if the header exists, so does the sysctlbyname() syscall, and 
    *   if the header doesn't exist, the kernel is really old
    */