diff options
author | Brent Stapleton <brent.stapleton@ettus.com> | 2019-12-09 09:46:52 -0800 |
---|---|---|
committer | Brent Stapleton <brent.stapleton@ettus.com> | 2020-01-02 15:38:56 -0800 |
commit | 2b8cae59a70d1f19a9350aa9c824008ceea5cb70 (patch) | |
tree | 5543734b865b8567a9518731deccc883644b465e /host/include | |
parent | b6f50e7f108614f57c6a934a40929470465564d1 (diff) | |
download | uhd-2b8cae59a70d1f19a9350aa9c824008ceea5cb70.tar.gz uhd-2b8cae59a70d1f19a9350aa9c824008ceea5cb70.tar.bz2 uhd-2b8cae59a70d1f19a9350aa9c824008ceea5cb70.zip |
rfnoc: fix typos
Fixes: 967be2a4e82b ("uhd: mpm: apply clang-format to all files")
Diffstat (limited to 'host/include')
-rw-r--r-- | host/include/uhd/rfnoc/block_id.hpp | 4 |
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); |