From 290b85a9610eb416d21775b222e70b8772497b08 Mon Sep 17 00:00:00 2001 From: Nicholas Corgan Date: Fri, 24 Jul 2015 07:27:24 -0700 Subject: Fixed minor warnings --- host/include/uhd/types/dict.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'host/include') 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 */ -- cgit v1.2.3