From 153f2575bb077c66f7ce5ba5d7911eea6fc37b98 Mon Sep 17 00:00:00 2001 From: Josh Blum Date: Tue, 15 Feb 2011 10:35:55 -0800 Subject: uhd: fix typo in ref vector docs --- host/include/uhd/types/ref_vector.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'host/include') diff --git a/host/include/uhd/types/ref_vector.hpp b/host/include/uhd/types/ref_vector.hpp index 0ae301647..2928cb150 100644 --- a/host/include/uhd/types/ref_vector.hpp +++ b/host/include/uhd/types/ref_vector.hpp @@ -43,7 +43,7 @@ public: /*! * Create a reference vector from a std::vector container. * Therefore: rv[n] == vec[n] and rv.size() == vec.size() - * \param range a const reference to an std::vector + * \param vec a const reference to an std::vector */ template ref_vector(const Vector &vec): _ptr(T()), _mem(_mem_t(&vec.front())), _size(vec.size()) -- cgit v1.2.3