Boost logo

Boost-Commit :

From: chris_at_[hidden]
Date: 2008-07-01 07:53:54


Author: chris_kohlhoff
Date: 2008-07-01 07:53:54 EDT (Tue, 01 Jul 2008)
New Revision: 46945
URL: http://svn.boost.org/trac/boost/changeset/46945

Log:
Fix name of parameter as referred to in documentation.

Text files modified:
   trunk/boost/asio/handler_alloc_hook.hpp | 2 +-
   1 files changed, 1 insertions(+), 1 deletions(-)

Modified: trunk/boost/asio/handler_alloc_hook.hpp
==============================================================================
--- trunk/boost/asio/handler_alloc_hook.hpp (original)
+++ trunk/boost/asio/handler_alloc_hook.hpp 2008-07-01 07:53:54 EDT (Tue, 01 Jul 2008)
@@ -36,7 +36,7 @@
  *
  * This default implementation is simply:
  * @code
- * return ::operator new(bytes);
+ * return ::operator new(size);
  * @endcode
  *
  * @note All temporary objects associated with a handler will be deallocated


Boost-Commit list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk