From 667267377afba96d686e9cb64d1c7de3ee3b8887 Mon Sep 17 00:00:00 2001 From: Chris Frey Date: Thu, 4 Oct 2012 20:44:23 -0400 Subject: [PATCH] lib: removed reference in comments to non-existent TransferInterest --- src/socket.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/socket.cc b/src/socket.cc index 2a6f47f1..f3210a00 100644 --- a/src/socket.cc +++ b/src/socket.cc @@ -1149,7 +1149,7 @@ void Socket::Opening(Barry::SocketRoutingQueue::SocketDataHandlerPtr handler) // data will be queued without a callback handler. // If other application code needs to intercept this with // its own handler, it must call UnregisterInterest() and - // re-register its own handler or use TransferInterest + // re-register its own handler // // As opening requires sequence packets to still come in on // the default queue, only register for data until the socket -- 2.11.4.GIT