diff options
Diffstat (limited to 'drivers/fpga')
-rw-r--r-- | drivers/fpga/stratixII.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/fpga/stratixII.c b/drivers/fpga/stratixII.c index 820d016..da9c14a 100644 --- a/drivers/fpga/stratixII.c +++ b/drivers/fpga/stratixII.c @@ -130,7 +130,7 @@ int StratixII_ps_fpp_load (Altera_desc * desc, void *buf, size_t bsize, /* 3.1 check stratix has not signaled us an error */ if (fns->status (cookie) != 1) { printf - ("\n%s(%d) Stratix failed (byte transfered till failure 0x%x)\n", + ("\n%s(%d) Stratix failed (byte transferred till failure 0x%x)\n", __FUNCTION__, __LINE__, bytecount); fns->abort (cookie); return FPGA_FAIL; |