]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
update copyright notice
authorAutomatic Updater <source@isc.org>
Thu, 7 Aug 2008 23:45:31 +0000 (23:45 +0000)
committerAutomatic Updater <source@isc.org>
Thu, 7 Aug 2008 23:45:31 +0000 (23:45 +0000)
lib/isc/unix/socket.c

index 5d0dde87a56a3de31b402484a01f9d69df7f5a59..c6816e05cb6a97f70cd3dc08730ab17b32f388f9 100644 (file)
@@ -15,7 +15,7 @@
  * PERFORMANCE OF THIS SOFTWARE.
  */
 
-/* $Id: socket.c,v 1.207.2.19.2.50 2008/08/07 21:32:29 jinmei Exp $ */
+/* $Id: socket.c,v 1.207.2.19.2.51 2008/08/07 23:45:31 tbox Exp $ */
 
 #include <config.h>
 
@@ -111,7 +111,7 @@ struct isc_socketwait {
  * The API standard doesn't ensure select() accept more than (the system default
  * of) FD_SETSIZE descriptors, and the default size should in fact be fine in
  * the vast majority of cases.  This constant should therefore be increased only
- * when absolutely necessary and possible, i.e., the server is exhausting all   
+ * when absolutely necessary and possible, i.e., the server is exhausting all
  * available file descriptors (up to FD_SETSIZE) and the select() function
  * and FD_xxx macros support larger values than FD_SETSIZE (which may not
  * always by true, but we keep using some of them to ensure as much