Merge branch 'master' of git://git.denx.de/u-boot-video
[oweals/u-boot.git] / drivers / fpga / fpga.c
index d94eb5cc25c4fce6c4df48bd22c39a659b709378..e0fb1b4e783b7527bf43185cf7c053fc7c3fa0d9 100644 (file)
@@ -31,7 +31,7 @@ static void fpga_no_sup(char *fn, char *msg)
        else if (msg)
                printf("No support for %s.\n", msg);
        else
-               printf("No FPGA suport!\n");
+               printf("No FPGA support!\n");
 }
 
 
@@ -120,7 +120,7 @@ static int fpga_dev_info(int devnum)
 }
 
 /*
- * fgpa_init is usually called from misc_init_r() and MUST be called
+ * fpga_init is usually called from misc_init_r() and MUST be called
  * before any of the other fpga functions are used.
  */
 void fpga_init(void)