From: jcorgan Date: Sun, 28 Dec 2008 17:28:42 +0000 (+0000) Subject: Fix typo X-Git-Url: https://git.gag.com/?a=commitdiff_plain;h=31daef30bc197cb86c7310db386d0b5835c03422;p=debian%2Fgnuradio Fix typo git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@10175 221aa14e-8319-0410-a670-987f0aec2ac5 --- diff --git a/usrp2/host/include/usrp2/usrp2.h b/usrp2/host/include/usrp2/usrp2.h index ea906cdc..ed114699 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 *