]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
typo
authorwessels <>
Wed, 8 Apr 1998 22:34:23 +0000 (22:34 +0000)
committerwessels <>
Wed, 8 Apr 1998 22:34:23 +0000 (22:34 +0000)
src/comm.cc

index 442901fa3865c3f36bd5838afe76ece59ade35f9..87066f93f12806ad6ad129e54aa1fd7384326ba0 100644 (file)
@@ -1,7 +1,7 @@
 
 
 /*
- * $Id: comm.cc,v 1.243 1998/04/04 05:17:40 wessels Exp $
+ * $Id: comm.cc,v 1.244 1998/04/08 16:34:23 wessels Exp $
  *
  * DEBUG: section 5     Socket Functions
  * AUTHOR: Harvest Derived
@@ -650,7 +650,7 @@ comm_close(int fd)
      * network sockets never blocks.
      */
     close(fd);
-#elsif USE_ASYNC_IO
+#elif USE_ASYNC_IO
     aioClose(fd);
 #else
     close(fd);