Skip to content

Commit

Permalink
igsc: doc: fix spelling errors
Browse files Browse the repository at this point in the history
./CMakeLists.txt:109: Contrller ==> Controller
./doc/igsc_api.rst:174: comaprison ==> comparison
./doc/igsc_api.rst:255: comaprison ==> comparison
./doc/index.rst:1: Contrller ==> Controller

Signed-off-by: Tomas Winkler <tomas.winkler@intel.com>
  • Loading branch information
tomasbw committed Jan 15, 2021
1 parent 2dcd601 commit 7c3f6f4
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,6 @@ set(CPACK_PACKAGE_VERSION_MAJOR ${GSC_VERSION_MAJOR})
set(CPACK_PACKAGE_VERSION_MINOR ${GSC_VERSION_MINOR})
set(CPACK_PACKAGE_VERSION_PATCH ${GSC_VERSION_PATCH})
set(CPACK_PACKAGE_VENDOR "Intel, Inc")
set(CPACK_PACKAGE_DESCRIPTION_SUMMARY "Graphics System Contrller Firmware Update Library")
set(CPACK_PACKAGE_DESCRIPTION_SUMMARY "Graphics System Controller Firmware Update Library")
set(CPACK_PACKAGE_DESCRIPTION_FILE ${PROJECT_SOURCE_DIR}/README.md)
include(CPack)
4 changes: 2 additions & 2 deletions doc/igsc_api.rst
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ The structure represents the device firmware version.
};
**Version comaprison logic is**
**Version comparison logic is**


.. code-block:: c
Expand Down Expand Up @@ -252,7 +252,7 @@ The structure represents the device firmware version.
.. note::

**Version comaprison logic is**
**Version comparison logic is**


.. code-block:: c
Expand Down
2 changes: 1 addition & 1 deletion doc/index.rst
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.. Graphics System Contrller Firmware Interface
.. Graphics System Controller Firmware Interface
documentation master file, created by
sphinx-quickstart on Tue Nov 26 04:07:28 2019.
You can adapt this file completely to your liking, but it should at least
Expand Down

0 comments on commit 7c3f6f4

Please sign in to comment.