aboutsummaryrefslogtreecommitdiffstats
path: root/host/include
diff options
context:
space:
mode:
authorNicholas Corgan <nick.corgan@ettus.com>2015-07-24 07:27:24 -0700
committerMartin Braun <martin.braun@ettus.com>2015-07-24 10:38:15 -0700
commit290b85a9610eb416d21775b222e70b8772497b08 (patch)
tree404d62963e6f4733d597be4a76b716c57f79bb4b /host/include
parent76e980b41d912dd9c9eefd8d6f10146569fa25c9 (diff)
downloaduhd-290b85a9610eb416d21775b222e70b8772497b08.tar.gz
uhd-290b85a9610eb416d21775b222e70b8772497b08.tar.bz2
uhd-290b85a9610eb416d21775b222e70b8772497b08.zip
Fixed minor warnings
Diffstat (limited to 'host/include')
-rw-r--r--host/include/uhd/types/dict.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/host/include/uhd/types/dict.hpp b/host/include/uhd/types/dict.hpp
index 51e3e1814..90559ff5f 100644
--- a/host/include/uhd/types/dict.hpp
+++ b/host/include/uhd/types/dict.hpp
@@ -128,7 +128,7 @@ namespace uhd{
* With the exception of \p fail_on_conflict, this behaves analogously
* to Python's dict.update() method.
*
- * \param new_args The arguments to copy.
+ * \param new_dict The arguments to copy.
* \param fail_on_conflict If true, throws.
* \throws uhd::value_error
*/