mirror of
https://github.com/u-boot/u-boot.git
synced 2025-05-08 19:11:53 +00:00
Fix spelling of "transferred".
Signed-off-by: Vagrant Cascadian <vagrant@debian.org> Acked-by: Marek Vasut <marex@denx.de> Reviewed-by: Simon Glass <sjg@chromium.org> Reviewed-by: Tom Rini <trini@konsulko.com>
This commit is contained in:
parent
0af49b9575
commit
a6f70a3d14
13 changed files with 21 additions and 21 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue