aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBrent Stapleton <brent.stapleton@ettus.com>2019-12-09 09:46:52 -0800
committerBrent Stapleton <brent.stapleton@ettus.com>2020-01-02 15:38:56 -0800
commit2b8cae59a70d1f19a9350aa9c824008ceea5cb70 (patch)
tree5543734b865b8567a9518731deccc883644b465e
parentuhd: fix for exception due to use of unconstructed mutex (diff)
downloaduhd-2b8cae59a70d1f19a9350aa9c824008ceea5cb70.tar.xz
uhd-2b8cae59a70d1f19a9350aa9c824008ceea5cb70.zip
rfnoc: fix typos
Fixes: 967be2a4e82b ("uhd: mpm: apply clang-format to all files")
-rw-r--r--host/include/uhd/rfnoc/block_id.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/host/include/uhd/rfnoc/block_id.hpp b/host/include/uhd/rfnoc/block_id.hpp
index 113124eea..7e6310820 100644
--- a/host/include/uhd/rfnoc/block_id.hpp
+++ b/host/include/uhd/rfnoc/block_id.hpp
@@ -123,9 +123,9 @@ public:
// Returns true if successful (i.e. if string valid)
bool set(const std::string& new_name);
- //! Sets from individual compontents, like calling set_device_no(), set_block_name()
+ //! Sets from individual components, like calling set_device_no(), set_block_name()
// and set_block_count() one after another, only if \p block_name is invalid, stops
- // and returns false before chaning anything
+ // and returns false before changing anything
bool set(const size_t device_no,
const std::string& block_name,
const size_t block_ctr = 0);