diff options
author | Andrew Kreimer <algonell@gmail.com> | 2024-10-27 14:57:01 +0200 |
---|---|---|
committer | Jonathan Corbet <corbet@lwn.net> | 2024-11-04 12:29:33 -0700 |
commit | a10b5325f0ec54594db10c01c873ffacba4825cf (patch) | |
tree | 0b86459dee18c3298166b7742b2e5b83807c8e77 | |
parent | 7d6094e62cc0e987bab01c4c3f7e3b613fb314d2 (diff) |
Documentation/maintainer-tip: Fix typos
Fix typos in documentation: a -> an.
Signed-off-by: Andrew Kreimer <algonell@gmail.com>
Reviewed-by: Randy Dunlap <rdunlap@infradead.org>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Link: https://lore.kernel.org/r/20241027125712.19141-1-algonell@gmail.com
-rw-r--r-- | Documentation/process/maintainer-tip.rst | 4 |
1 files 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. |