[PATCH] Documentation/maintainer-tip: Fix typos

Andrew Kreimer posted 1 patch 1 year, 3 months ago
Documentation/process/maintainer-tip.rst | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
[PATCH] Documentation/maintainer-tip: Fix typos
Posted by Andrew Kreimer 1 year, 3 months ago
Fix typos in documentation: a -> an.

Signed-off-by: Andrew Kreimer <algonell@gmail.com>
---
 Documentation/process/maintainer-tip.rst | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/Documentation/process/maintainer-tip.rst b/Documentation/process/maintainer-tip.rst
index 349a27a53343..e374b67b3277 100644
--- a/Documentation/process/maintainer-tip.rst
+++ b/Documentation/process/maintainer-tip.rst
@@ -7,7 +7,7 @@ What is the tip tree?
 ---------------------
 
 The tip tree is a collection of several subsystems and areas of
-development. The tip tree is both a direct development tree and a
+development. The tip tree is both a direct development tree and an
 aggregation tree for several sub-maintainer trees. The tip tree gitweb URL
 is: https://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git
 
@@ -121,7 +121,7 @@ The tip tree preferred format for patch subject prefixes is
 prefix. 'git log path/to/file' should give you a reasonable hint in most
 cases.
 
-The condensed patch description in the subject line should start with a
+The condensed patch description in the subject line should start with an
 uppercase letter and should be written in imperative tone.
 
 
-- 
2.47.0.149.g3e3ac46130
Re: [PATCH] Documentation/maintainer-tip: Fix typos
Posted by Jonathan Corbet 1 year, 3 months ago
Andrew Kreimer <algonell@gmail.com> writes:

> Fix typos in documentation: a -> an.
>
> Signed-off-by: Andrew Kreimer <algonell@gmail.com>
> ---
>  Documentation/process/maintainer-tip.rst | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/Documentation/process/maintainer-tip.rst b/Documentation/process/maintainer-tip.rst
> index 349a27a53343..e374b67b3277 100644
> --- a/Documentation/process/maintainer-tip.rst
> +++ b/Documentation/process/maintainer-tip.rst
> @@ -7,7 +7,7 @@ What is the tip tree?
>  ---------------------
>  
>  The tip tree is a collection of several subsystems and areas of
> -development. The tip tree is both a direct development tree and a
> +development. The tip tree is both a direct development tree and an
>  aggregation tree for several sub-maintainer trees. The tip tree gitweb URL
>  is: https://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git

Applied, thanks.

jon
Re: [PATCH] Documentation/maintainer-tip: Fix typos
Posted by Randy Dunlap 1 year, 3 months ago
LGTM. Thanks.

I would  have copied the tip maintainers also, but they don't seem
to identify themselves.


On 10/27/24 5:57 AM, Andrew Kreimer wrote:
> Fix typos in documentation: a -> an.
> 
> Signed-off-by: Andrew Kreimer <algonell@gmail.com>
> ---
>  Documentation/process/maintainer-tip.rst | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
> 

Reviewed-by: Randy Dunlap <rdunlap@infradead.org>


-- 
~Randy