summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJosh Blum <josh@joshknows.com>2010-07-26 22:47:06 -0700
committerJosh Blum <josh@joshknows.com>2010-07-26 22:47:06 -0700
commitbbe7dd1c8f1bd8f42a0ae3d28f36c0334b0fd3c8 (patch)
tree0758de56e57ff6ba353e8ecc050aebb6d2187001
parentc4650b6adbba123cd45f48ea277937a66f08f2e3 (diff)
downloaduhd-bbe7dd1c8f1bd8f42a0ae3d28f36c0334b0fd3c8.tar.gz
uhd-bbe7dd1c8f1bd8f42a0ae3d28f36c0334b0fd3c8.tar.bz2
uhd-bbe7dd1c8f1bd8f42a0ae3d28f36c0334b0fd3c8.zip
uhd: fix find-replace accident asize_t
-rw-r--r--host/lib/device.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/host/lib/device.cpp b/host/lib/device.cpp
index 431595c4f..d575ebaab 100644
--- a/host/lib/device.cpp
+++ b/host/lib/device.cpp
@@ -12,7 +12,7 @@
// GNU General Public License for more details.
//
// You should have received a copy of the GNU General Public License
-// asize_t with this program. If not, see <http://www.gnu.org/licenses/>.
+// along with this program. If not, see <http://www.gnu.org/licenses/>.
//
#include <uhd/device.hpp>