From c186cf51726423a410dc14a394c7b7af710d3f67 Mon Sep 17 00:00:00 2001 From: Martin Braun Date: Fri, 7 Jan 2022 14:33:35 +0100 Subject: lib: SSPH: Fix comment for convert_to_in_buff() As Github user dylan-baros points out, the comment is copy/pasted from the SRPH. Only comment changes here. --- host/lib/transport/super_send_packet_handler.hpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'host/lib') diff --git a/host/lib/transport/super_send_packet_handler.hpp b/host/lib/transport/super_send_packet_handler.hpp index 0fb3a07fd..657caf6a7 100644 --- a/host/lib/transport/super_send_packet_handler.hpp +++ b/host/lib/transport/super_send_packet_handler.hpp @@ -337,8 +337,7 @@ private: return nsamps_per_buff; } - /*! Run the conversion from the internal buffers to the user's input - * buffer. + /*! Run the conversion from the user's buffers to the internal buffer. * * - Calls the converter * - Releases internal data buffers -- cgit v1.2.3