diff options
author | eb | 2008-06-26 18:17:15 +0000 |
---|---|---|
committer | eb | 2008-06-26 18:17:15 +0000 |
commit | 20615905cd0bf22772740d132be439bcf7ec4d8d (patch) | |
tree | 4e8a66876f77e15318cf5225456b42df05d75b2e /usrp/host/lib/inband/usrp_rx.cc | |
parent | a43f1cfbf40e234ed30659db3943eb9e0c1a7e94 (diff) | |
download | gnuradio-20615905cd0bf22772740d132be439bcf7ec4d8d.tar.gz gnuradio-20615905cd0bf22772740d132be439bcf7ec4d8d.tar.bz2 gnuradio-20615905cd0bf22772740d132be439bcf7ec4d8d.zip |
Fixed spelling error: s/writeable/writable/g
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@8727 221aa14e-8319-0410-a670-987f0aec2ac5
Diffstat (limited to 'usrp/host/lib/inband/usrp_rx.cc')
-rw-r--r-- | usrp/host/lib/inband/usrp_rx.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usrp/host/lib/inband/usrp_rx.cc b/usrp/host/lib/inband/usrp_rx.cc index 71c042a50..b1f9f7b9b 100644 --- a/usrp/host/lib/inband/usrp_rx.cc +++ b/usrp/host/lib/inband/usrp_rx.cc @@ -130,7 +130,7 @@ usrp_rx::read_and_respond(pmt_t data) pmt_t v_pkt = pmt_make_u8vector(pkt_size, 0); transport_pkt *pkt = - (transport_pkt *) pmt_u8vector_writeable_elements(v_pkt, ignore); + (transport_pkt *) pmt_u8vector_writable_elements(v_pkt, ignore); n_read = d_urx->read(pkt, pkt_size, &underrun); |