fpga: change FPGA indirect article to an
authorTom Rix <trix@redhat.com>
Tue, 8 Jun 2021 21:23:44 +0000 (14:23 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 9 Jun 2021 12:51:25 +0000 (14:51 +0200)
Change use of 'a fpga' to 'an fpga'

Signed-off-by: Tom Rix <trix@redhat.com>
Link: https://lore.kernel.org/r/20210608212350.3029742-7-trix@redhat.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/fpga/Kconfig

index 33e15058d0dc7a69f31363d248f9f2e2097c42a4..8cd454ee20c0c1d1981e8f54e04e684597119493 100644 (file)
@@ -7,7 +7,7 @@ menuconfig FPGA
        tristate "FPGA Configuration Framework"
        help
          Say Y here if you want support for configuring FPGAs from the
-         kernel.  The FPGA framework adds a FPGA manager class and FPGA
+         kernel.  The FPGA framework adds an FPGA manager class and FPGA
          manager drivers.
 
 if FPGA
@@ -134,7 +134,7 @@ config FPGA_REGION
        tristate "FPGA Region"
        depends on FPGA_BRIDGE
        help
-         FPGA Region common code.  A FPGA Region controls a FPGA Manager
+         FPGA Region common code.  An FPGA Region controls an FPGA Manager
          and the FPGA Bridges associated with either a reconfigurable
          region of an FPGA or a whole FPGA.