aboutsummaryrefslogtreecommitdiffstats
path: root/host/lib/usrp
diff options
context:
space:
mode:
authorMartin Braun <martin.braun@ettus.com>2015-01-08 15:19:20 +0100
committerMartin Braun <martin.braun@ettus.com>2015-01-08 15:19:20 +0100
commitd9e7a42d511a706e124ac161073416c1809e1bc7 (patch)
tree765fc807a172d7201035a01ec6dc03073f6359ec /host/lib/usrp
parent70a913e7b05cf361c8a8134f704cf483cca590ae (diff)
parent1cc94c31ab990b667f572ef5ec2c6a9157bb16b6 (diff)
downloaduhd-d9e7a42d511a706e124ac161073416c1809e1bc7.tar.gz
uhd-d9e7a42d511a706e124ac161073416c1809e1bc7.tar.bz2
uhd-d9e7a42d511a706e124ac161073416c1809e1bc7.zip
Merge branch 'maint'
Diffstat (limited to 'host/lib/usrp')
-rw-r--r--host/lib/usrp/e100/fpga_downloader.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/host/lib/usrp/e100/fpga_downloader.cpp b/host/lib/usrp/e100/fpga_downloader.cpp
index 7074c8299..c9d77f560 100644
--- a/host/lib/usrp/e100/fpga_downloader.cpp
+++ b/host/lib/usrp/e100/fpga_downloader.cpp
@@ -1,5 +1,5 @@
//
-// Copyright 2010-2011 Ettus Research LLC
+// Copyright 2010-2011,2014 Ettus Research LLC
//
// This program is free software: you can redistribute it and/or modify
// it under the terms of the GNU General Public License as published by
@@ -223,7 +223,7 @@ static void send_file_to_fpga(const std::string &file_name, gpio &error, gpio &d
bitstream.open(file_name.c_str(), std::ios::binary);
if (!bitstream.is_open()) throw uhd::os_error(
- "Coult not open the file: " + file_name
+ "Could not open the file: " + file_name
);
spidev spi("/dev/spidev1.0");