Skip to content

Commit 2d31f92

Browse files
author
Tomas Winkler
committed
igsc: doc: fix firmware spelling
Fix 'firmware' spelling in the documentation. Signed-off-by: Tomas Winkler <tomas.winkler@intel.com>
1 parent e4815e9 commit 2d31f92

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

doc/cli.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ usage of the library.
1313
1414
*Supported partitions:*
1515
16-
* *fwi* : GSC Firwmare
16+
* *fwi* : GSC Firmware
1717
* *oprom-code* : code (GOP) OPROM partition
1818
* *oprom-data* : data (VBT) OPROM partition
1919

doc/fw_api.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ GSC FW updae {0x87d90ca5, 0x3495, 0x4559, 0x81, 0x5, 0x3f, 0xbf, 0xa3, 0x7b,
2525
.. doxygengroup:: gsc-fw-api-hdr
2626
:project: igsc
2727

28-
2. Fimrware version
28+
2. Firmware version
2929

3030
This message is used to retrieve the overall version of the “DGFW Version”,
3131
which is a version that reflects the overall combination of IPs

include/igsc_lib.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ typedef void *igsc_handle_t;
6161
*/
6262
enum igsc_image_type {
6363
IGSC_IMAGE_TYPE_UNKNOWN = 0, /**< Unknown image type */
64-
IGSC_IMAGE_TYPE_GFX_FW, /**< GSC Frimware image */
64+
IGSC_IMAGE_TYPE_GFX_FW, /**< GSC Firmware image */
6565
IGSC_IMAGE_TYPE_OPROM, /**< OPROM CODA an DATA combined image */
6666
IGSC_IMAGE_TYPE_OPROM_CODE, /**< OPROM code image */
6767
IGSC_IMAGE_TYPE_OPROM_DATA, /**< OPROM data image */

0 commit comments

Comments
 (0)