[U-Boot] [PATCH] fpga: Fix typo in function comment

Michal Simek michal.simek at xilinx.com
Tue May 17 14:41:44 CEST 2016


Trivial patch.

Signed-off-by: Michal Simek <michal.simek at xilinx.com>
---

 drivers/fpga/fpga.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/fpga/fpga.c b/drivers/fpga/fpga.c
index d94eb5cc25c4..7e2f3e17a764 100644
--- a/drivers/fpga/fpga.c
+++ b/drivers/fpga/fpga.c
@@ -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)
-- 
1.9.1



More information about the U-Boot mailing list