[PATCH] docs: backporting: fix a typo

Andrew Kreimer posted 1 patch 1 month, 3 weeks ago
Documentation/process/backporting.rst | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
[PATCH] docs: backporting: fix a typo
Posted by Andrew Kreimer 1 month, 3 weeks ago
Fix a typo in documentation.

Signed-off-by: Andrew Kreimer <algonell@gmail.com>
---
 Documentation/process/backporting.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Documentation/process/backporting.rst b/Documentation/process/backporting.rst
index a71480fcf3b4..18e41e76ecba 100644
--- a/Documentation/process/backporting.rst
+++ b/Documentation/process/backporting.rst
@@ -74,7 +74,7 @@ your source tree. Don't forget to cherry-pick with ``-x`` if you want a
 written record of where the patch came from!
 
 Note that if you are submitting a patch for stable, the format is
-slightly different; the first line after the subject line needs tobe
+slightly different; the first line after the subject line needs to be
 either::
 
     commit <upstream commit> upstream
-- 
2.39.5
Re: [PATCH] docs: backporting: fix a typo
Posted by Jonathan Corbet 1 month, 3 weeks ago
Andrew Kreimer <algonell@gmail.com> writes:

> Fix a typo in documentation.
>
> Signed-off-by: Andrew Kreimer <algonell@gmail.com>
> ---
>  Documentation/process/backporting.rst | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/Documentation/process/backporting.rst b/Documentation/process/backporting.rst
> index a71480fcf3b4..18e41e76ecba 100644
> --- a/Documentation/process/backporting.rst
> +++ b/Documentation/process/backporting.rst
> @@ -74,7 +74,7 @@ your source tree. Don't forget to cherry-pick with ``-x`` if you want a
>  written record of where the patch came from!
>  
>  Note that if you are submitting a patch for stable, the format is
> -slightly different; the first line after the subject line needs tobe
> +slightly different; the first line after the subject line needs to be
>  either::

Applied, thanks.

jon