Update of /cvsroot/boost/boost/boost/asio/detail
In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv18074

Modified Files:
        kqueue_reactor.hpp 
Log Message:
Fix comments.


Index: kqueue_reactor.hpp
===================================================================
RCS file: /cvsroot/boost/boost/boost/asio/detail/kqueue_reactor.hpp,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -d -r1.9 -r1.10
--- kqueue_reactor.hpp  4 Jan 2007 05:53:00 -0000       1.9
+++ kqueue_reactor.hpp  7 Apr 2007 08:54:58 -0000       1.10
@@ -564,7 +564,7 @@
 
   // Cancel all operations associated with the given descriptor. The do_cancel
   // function of the handler objects will be invoked. This function does not
-  // acquire the epoll_reactor's mutex.
+  // acquire the kqueue_reactor's mutex.
   void cancel_ops_unlocked(socket_type descriptor)
   {
     bool interrupt = read_op_queue_.cancel_operations(descriptor);
@@ -577,13 +577,13 @@
   // Mutex to protect access to internal data.
   boost::asio::detail::mutex mutex_;
 
-  // The epoll file descriptor.
+  // The kqueue file descriptor.
   int kqueue_fd_;
 
   // Whether the kqueue wait call is currently in progress
   bool wait_in_progress_;
 
-  // The interrupter is used to break a blocking epoll_wait call.
+  // The interrupter is used to break a blocking kevent call.
   select_interrupter interrupter_;
 
   // The queue of read operations.


-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Boost-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/boost-cvs

Reply via email to