[PATCH] kbuild: fix grammar in output Makefile .gitignore generation comment
From: Aayansh Ranjan
Date: Tue Sep 15 2026 - 02:30:34 EST
Fix the grammar in the comment describing the generation of the
output Makefile .gitignore file.
Signed-off-by: Aayansh Ranjan <computergod47@xxxxxxxxx>
---
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