From 31daef30bc197cb86c7310db386d0b5835c03422 Mon Sep 17 00:00:00 2001 From: jcorgan Date: Sun, 28 Dec 2008 17:28:42 +0000 Subject: Fix typo git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@10175 221aa14e-8319-0410-a670-987f0aec2ac5 --- usrp2/host/include/usrp2/usrp2.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/usrp2/host/include/usrp2/usrp2.h b/usrp2/host/include/usrp2/usrp2.h index ea906cdc7..ed114699c 100644 --- a/usrp2/host/include/usrp2/usrp2.h +++ b/usrp2/host/include/usrp2/usrp2.h @@ -365,7 +365,7 @@ namespace usrp2 { * Read memory from Wishbone bus as 32-bit words. Handles endian swapping if needed. * * \param addr 32-bit aligned address. Only the lower 16-bits are significant. - * \param len Number of 32-bit words + * \param words Number of 32-bit words * * \returns Vector of 32-bit read values * -- cgit