diff options
author | Michael Dickens <michael.dickens@ettus.com> | 2020-01-29 09:27:54 -0500 |
---|---|---|
committer | atrnati <54334261+atrnati@users.noreply.github.com> | 2020-01-29 13:54:00 -0600 |
commit | 1fb1ac4e2939197a6642ac1631a4c2e3c07ae00d (patch) | |
tree | 78ef214c4a8f9fb3ef00aef4d31ebde1d34d741e /host | |
parent | 0a49a8844a65698b11fe979441a97939dad80044 (diff) | |
download | uhd-1fb1ac4e2939197a6642ac1631a4c2e3c07ae00d.tar.gz uhd-1fb1ac4e2939197a6642ac1631a4c2e3c07ae00d.tar.bz2 uhd-1fb1ac4e2939197a6642ac1631a4c2e3c07ae00d.zip |
docs: fix typo in stream.hpp
Diffstat (limited to 'host')
-rw-r--r-- | host/include/uhd/stream.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/host/include/uhd/stream.hpp b/host/include/uhd/stream.hpp index 5cbb652d6..4a4ec4453 100644 --- a/host/include/uhd/stream.hpp +++ b/host/include/uhd/stream.hpp @@ -295,7 +295,7 @@ public: const double timeout = 0.1) = 0; /*! - * Receive and asynchronous message from this TX stream. + * Receive an asynchronous message from this TX stream. * \param async_metadata the metadata to be filled in * \param timeout the timeout in seconds to wait for a message * \return true when the async_metadata is valid, false for timeout |