]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - drivers/fpga/stratixII.c
Fix spelling of "transferred".
[people/ms/u-boot.git] / drivers / fpga / stratixII.c
index 820d016a11d920d7a05fa6a403536e4787392d97..da9c14a568dd7da234b1e930411b4c4db3c20022 100644 (file)
@@ -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;