fpga: Fix typo in function comment

Trivial patch.

Signed-off-by: Michal Simek <michal.simek@xilinx.com>
This commit is contained in:
Michal Simek 2016-05-17 14:32:00 +02:00
parent 293271cbc3
commit 905bca6c2d

View File

@ -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. * before any of the other fpga functions are used.
*/ */
void fpga_init(void) void fpga_init(void)