Merge branch 'master' of git://git.denx.de/u-boot-spi
[oweals/u-boot.git] / drivers / fpga / stratixII.c
index 820d016a11d920d7a05fa6a403536e4787392d97..12d8dd19bf6da3599e2c8b2ed6b4761670fd3bab 100644 (file)
@@ -1,8 +1,7 @@
+// SPDX-License-Identifier: GPL-2.0+
 /*
  * (C) Copyright 2007
  * Eran Liberty, Extricom , eran.liberty@gmail.com
- *
- * SPDX-License-Identifier:    GPL-2.0+
  */
 
 #include <common.h>            /* core U-Boot definitions */
@@ -130,7 +129,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;