From 20615905cd0bf22772740d132be439bcf7ec4d8d Mon Sep 17 00:00:00 2001
From: eb <eb@221aa14e-8319-0410-a670-987f0aec2ac5>
Date: Thu, 26 Jun 2008 18:17:15 +0000
Subject: Fixed spelling error: s/writeable/writable/g

git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@8727 221aa14e-8319-0410-a670-987f0aec2ac5
---
 usrp/host/apps-inband/test_usrp_inband_2tx.cc        | 2 +-
 usrp/host/apps-inband/test_usrp_inband_timestamps.cc | 2 +-
 usrp/host/apps-inband/test_usrp_inband_tx.cc         | 2 +-
 usrp/host/apps-inband/test_usrp_inband_underrun.cc   | 2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

(limited to 'usrp/host/apps-inband')

diff --git a/usrp/host/apps-inband/test_usrp_inband_2tx.cc b/usrp/host/apps-inband/test_usrp_inband_2tx.cc
index 5ab9be06ac..942f6df078 100644
--- a/usrp/host/apps-inband/test_usrp_inband_2tx.cc
+++ b/usrp/host/apps-inband/test_usrp_inband_2tx.cc
@@ -340,7 +340,7 @@ test_usrp_tx::build_and_send_next_frame()
   size_t nshorts = 2 * nsamples_this_frame;	// 16-bit I & Q
   pmt_t uvec = pmt_make_s16vector(nshorts, 0);
   size_t ignore;
-  int16_t *samples = pmt_s16vector_writeable_elements(uvec, ignore);
+  int16_t *samples = pmt_s16vector_writable_elements(uvec, ignore);
 
   // fill in the complex sinusoid
 
diff --git a/usrp/host/apps-inband/test_usrp_inband_timestamps.cc b/usrp/host/apps-inband/test_usrp_inband_timestamps.cc
index 297c7126ab..43d0c46a0f 100644
--- a/usrp/host/apps-inband/test_usrp_inband_timestamps.cc
+++ b/usrp/host/apps-inband/test_usrp_inband_timestamps.cc
@@ -405,7 +405,7 @@ test_usrp_inband_timestamps::build_and_send_next_frame()
   size_t nshorts = 2 * nsamples_this_frame;	// 16-bit I & Q
   pmt_t uvec = pmt_make_s16vector(nshorts, 0);
   size_t ignore;
-  int16_t *samples = pmt_s16vector_writeable_elements(uvec, ignore);
+  int16_t *samples = pmt_s16vector_writable_elements(uvec, ignore);
 
   // fill in the complex sinusoid
 
diff --git a/usrp/host/apps-inband/test_usrp_inband_tx.cc b/usrp/host/apps-inband/test_usrp_inband_tx.cc
index 7f894a4c34..9cdb92c287 100644
--- a/usrp/host/apps-inband/test_usrp_inband_tx.cc
+++ b/usrp/host/apps-inband/test_usrp_inband_tx.cc
@@ -330,7 +330,7 @@ test_usrp_tx::build_and_send_next_frame()
   size_t nshorts = 2 * nsamples_this_frame;	// 16-bit I & Q
   pmt_t uvec = pmt_make_s16vector(nshorts, 0);
   size_t ignore;
-  int16_t *samples = pmt_s16vector_writeable_elements(uvec, ignore);
+  int16_t *samples = pmt_s16vector_writable_elements(uvec, ignore);
 
   // fill in the complex sinusoid
 
diff --git a/usrp/host/apps-inband/test_usrp_inband_underrun.cc b/usrp/host/apps-inband/test_usrp_inband_underrun.cc
index c9630cec2e..e9f85d3133 100644
--- a/usrp/host/apps-inband/test_usrp_inband_underrun.cc
+++ b/usrp/host/apps-inband/test_usrp_inband_underrun.cc
@@ -571,7 +571,7 @@ test_usrp_inband_underrun::build_and_send_next_frame()
   size_t nshorts = 2 * nsamples_this_frame;	// 16-bit I & Q
   pmt_t uvec = pmt_make_s16vector(nshorts, 0);
   size_t ignore;
-  int16_t *samples = pmt_s16vector_writeable_elements(uvec, ignore);
+  int16_t *samples = pmt_s16vector_writable_elements(uvec, ignore);
 
   // fill in the complex sinusoid
 
-- 
cgit v1.2.3