[PATCH] docs: fix typo in firmware-related section

Alexander Shatalin posted 1 patch 9 months, 1 week ago
Documentation/index.rst | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
[PATCH] docs: fix typo in firmware-related section
Posted by Alexander Shatalin 9 months, 1 week ago
Fix a minor grammar issue by changing 'firmwares' to 'firmware' in the
Documentation/index.rst file.

Signed-off-by: Alexander Shatalin <sashatalin03@gmail.com>
---
 Documentation/index.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Documentation/index.rst b/Documentation/index.rst
index f9f525f4c0dd..c0cf79a87c3a 100644
--- a/Documentation/index.rst
+++ b/Documentation/index.rst
@@ -84,7 +84,7 @@ which are kept separately from the kernel's own documentation.
 Firmware-related documentation
 ==============================
 The following holds information on the kernel's expectations regarding the
-platform firmwares.
+platform firmware.
 
 .. toctree::
    :maxdepth: 1
-- 
2.34.1
Re: [PATCH] docs: fix typo in firmware-related section
Posted by Jonathan Corbet 9 months, 1 week ago
Alexander Shatalin <sashatalin03@gmail.com> writes:

> Fix a minor grammar issue by changing 'firmwares' to 'firmware' in the
> Documentation/index.rst file.
>
> Signed-off-by: Alexander Shatalin <sashatalin03@gmail.com>
> ---
>  Documentation/index.rst | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/Documentation/index.rst b/Documentation/index.rst
> index f9f525f4c0dd..c0cf79a87c3a 100644
> --- a/Documentation/index.rst
> +++ b/Documentation/index.rst
> @@ -84,7 +84,7 @@ which are kept separately from the kernel's own documentation.
>  Firmware-related documentation
>  ==============================
>  The following holds information on the kernel's expectations regarding the
> -platform firmwares.
> +platform firmware.

Applied, thanks.

jon