aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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);