aboutsummaryrefslogtreecommitdiffstats
path: root/host/include
diff options
context:
space:
mode:
authorJosh Blum <josh@joshknows.com>2012-04-18 15:12:04 -0700
committerJosh Blum <josh@joshknows.com>2012-04-18 15:12:04 -0700
commit7051b32ba7892971d10768af0857a8c0e3d4dbfb (patch)
treef75bb304b1a8500c499115fcb376b54af3803907 /host/include
parent09df4536a909ef008ff5315799ea624e463dcf97 (diff)
parent360681f26ffa5f1bea095291eeaf595b4e0aa447 (diff)
downloaduhd-7051b32ba7892971d10768af0857a8c0e3d4dbfb.tar.gz
uhd-7051b32ba7892971d10768af0857a8c0e3d4dbfb.tar.bz2
uhd-7051b32ba7892971d10768af0857a8c0e3d4dbfb.zip
Merge branch 'maint'
Diffstat (limited to 'host/include')
-rw-r--r--host/include/uhd/usrp/dboard_iface.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/host/include/uhd/usrp/dboard_iface.hpp b/host/include/uhd/usrp/dboard_iface.hpp
index ca5de5c2f..6a6a68321 100644
--- a/host/include/uhd/usrp/dboard_iface.hpp
+++ b/host/include/uhd/usrp/dboard_iface.hpp
@@ -213,7 +213,7 @@ public:
*
* \param unit which unit, rx or tx
* \param config configuration settings
- * \param data the bits to write LSB first
+ * \param data the bits to write MSB first
* \param num_bits the number of bits in data
*/
virtual void write_spi(
@@ -228,7 +228,7 @@ public:
*
* \param unit which unit, rx or tx
* \param config configuration settings
- * \param data the bits to write LSB first
+ * \param data the bits to write MSB first
* \param num_bits the number of bits in data
* \return the data that was read
*/