diff options
author | Mihai Turdean <mihai.turdean@ni.com> | 2021-07-08 10:47:51 -0500 |
---|---|---|
committer | Martin Braun <martin@gnuradio.org> | 2021-07-09 00:09:27 -0700 |
commit | 240c7fdd89baeb2db77bc4801af8d6a6b4df716a (patch) | |
tree | 87034f41b33a257d7182dc8c90ae6c89a2b3eb1a /host | |
parent | c85f3f872dfdb156129fefe34f790e4c3d50bab6 (diff) | |
download | uhd-240c7fdd89baeb2db77bc4801af8d6a6b4df716a.tar.gz uhd-240c7fdd89baeb2db77bc4801af8d6a6b4df716a.tar.bz2 uhd-240c7fdd89baeb2db77bc4801af8d6a6b4df716a.zip |
docs: fix typo
Diffstat (limited to 'host')
-rw-r--r-- | host/include/uhd/types/tune_request.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/host/include/uhd/types/tune_request.hpp b/host/include/uhd/types/tune_request.hpp index 86c7fdfa8..a81c4752d 100644 --- a/host/include/uhd/types/tune_request.hpp +++ b/host/include/uhd/types/tune_request.hpp @@ -15,7 +15,7 @@ namespace uhd { /*! * A tune request instructs the implementation how to tune the RF chain. * The policies can be used to select automatic tuning or - * fined control over the daughterboard IF and DSP tuning. + * fine control over the daughterboard IF and DSP tuning. * Not all combinations of policies are applicable. * Convenience constructors are supplied for most use cases. * |