diff options
-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 |