[PATCH] kbuild: fix grammar in output Makefile .gitignore generation comment

Aayansh Ranjan posted 1 patch 1 week, 3 days ago
Makefile | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
[PATCH] kbuild: fix grammar in output Makefile .gitignore generation comment
Posted by Aayansh Ranjan 1 week, 3 days ago
Fix the grammar in the comment describing the generation of the
output Makefile .gitignore file.

Signed-off-by: Aayansh Ranjan <computergod47@gmail.com>
---
 Makefile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/Makefile b/Makefile
index 4ad67b737..ffc8732c7 100644
--- a/Makefile
+++ b/Makefile
@@ -681,8 +681,8 @@ ifdef building_out_of_srctree
 # outputmakefile generates a Makefile in the output directory, if using a
 # separate output directory. This allows convenient use of make in the
 # output directory.
-# At the same time when output Makefile generated, generate .gitignore to
-# ignore whole output directory
+# At the same time as when output Makefile is generated, generate .gitignore to
+# ignore the whole output directory
 
 ifdef KBUILD_EXTMOD
 print_env_for_makefile = \
-- 
2.55.0
Re: [PATCH] kbuild: fix grammar in output Makefile .gitignore generation comment
Posted by Nathan Chancellor 1 week, 2 days ago
On Tue, 15 Sep 2026 11:56:13 +0530, Aayansh Ranjan wrote:
> kbuild: fix grammar in output Makefile .gitignore generation comment

Applied to

  https://git.kernel.org/pub/scm/linux/kernel/git/kbuild/linux.git kbuild-next-unstable

Thanks!

[1/1] kbuild: fix grammar in output Makefile .gitignore generation comment
      https://git.kernel.org/kbuild/c/322b0463f30b0

I adjusted "when" to "the" in the comment to make it flow a little
better.

Please look out for regression or issue reports or other follow up
comments, as they may result in the patch/series getting dropped or
reverted. Patches applied to an "unstable" branch are accepted pending
wider testing in -next and any post-commit review; they will generally
be moved to the main branch in a week if no issues are found.

Best regards,
-- 
Cheers,
Nathan