From 3a9d2b582dd35120e3035ec0c3c81dac468513d4 Mon Sep 17 00:00:00 2001 From: Alex Williams Date: Tue, 3 Dec 2019 19:51:35 -0800 Subject: transport: Fix comment on recv_io_if::fc_callback_t It referenced the wrong function for releasing recv buffers. --- host/lib/include/uhdlib/transport/io_service.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'host/lib/include') diff --git a/host/lib/include/uhdlib/transport/io_service.hpp b/host/lib/include/uhdlib/transport/io_service.hpp index 87702ee2d..5bbb91d1f 100644 --- a/host/lib/include/uhdlib/transport/io_service.hpp +++ b/host/lib/include/uhdlib/transport/io_service.hpp @@ -101,7 +101,7 @@ public: /*! * Callback for producing a flow control response (or any other response * needed when a received frame_buff is released via - * recv_io_if::get_recv_buff()). + * recv_io_if::release_recv_buff()). * * The callback must release the buffer, but it can update internal state * as well. It can also send a response with the send_link_if, should it -- cgit v1.2.3