summaryrefslogtreecommitdiffstats
path: root/drivers/fpga/stratixII.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/fpga/stratixII.c')
-rw-r--r--drivers/fpga/stratixII.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/fpga/stratixII.c b/drivers/fpga/stratixII.c
index 820d016a11..da9c14a568 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;
OpenPOWER on IntegriCloud