diff options
author | Brent Stapleton <brent.stapleton@ettus.com> | 2019-08-19 18:13:33 -0700 |
---|---|---|
committer | Brent Stapleton <brent.stapleton@ettus.com> | 2019-08-19 18:25:06 -0700 |
commit | 6b26ddcfc35498bd66ff167d0a769fca22bb4bb3 (patch) | |
tree | 995bae1562c093f1ce218cb019270475c670c11c /host | |
parent | 3d157e09f642caa7a5d48c71468b444d0566cf8d (diff) | |
download | uhd-6b26ddcfc35498bd66ff167d0a769fca22bb4bb3.tar.gz uhd-6b26ddcfc35498bd66ff167d0a769fca22bb4bb3.tar.bz2 uhd-6b26ddcfc35498bd66ff167d0a769fca22bb4bb3.zip |
multi_usrp: Fix typo in get_user_settings_iface()
Diffstat (limited to 'host')
-rw-r--r-- | host/lib/usrp/multi_usrp.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/host/lib/usrp/multi_usrp.cpp b/host/lib/usrp/multi_usrp.cpp index 5e45df298..df36110cc 100644 --- a/host/lib/usrp/multi_usrp.cpp +++ b/host/lib/usrp/multi_usrp.cpp @@ -984,7 +984,7 @@ public: return _tree->access<wb_iface::sptr>(user_settings_path).get(); } UHD_LOG_WARNING("MULTI_USRP", - "Attempting to read back non-existant user settings iface!"); + "Attempting to read back non-existent user settings iface!"); return nullptr; } |