diff options
author | Martin Braun <martin.braun@ettus.com> | 2022-01-07 14:33:35 +0100 |
---|---|---|
committer | Aaron Rossetto <aaron.rossetto@ni.com> | 2022-01-07 08:05:15 -0600 |
commit | c186cf51726423a410dc14a394c7b7af710d3f67 (patch) | |
tree | 758fd8a63e8df8d2b20fbff2f92f62185b258907 /host/lib | |
parent | 10495ed427d1b3520f56fdb5b4d7c00173c97b83 (diff) | |
download | uhd-c186cf51726423a410dc14a394c7b7af710d3f67.tar.gz uhd-c186cf51726423a410dc14a394c7b7af710d3f67.tar.bz2 uhd-c186cf51726423a410dc14a394c7b7af710d3f67.zip |
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.
Diffstat (limited to 'host/lib')
-rw-r--r-- | host/lib/transport/super_send_packet_handler.hpp | 3 |
1 files changed, 1 insertions, 2 deletions
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 |