mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH] kbuild: fix grammar in output Makefile .gitignore generation comment
@ 2026-09-13 14:54 Im7CK
  2026-09-15  1:37 ` Nathan Chancellor
  0 siblings, 1 reply; 3+ messages in thread
From: Im7CK @ 2026-09-13 14:54 UTC (permalink / raw)
  To: linux-kbuild; +Cc: Nathan Chancellor, nsc, linux-kernel

Fixed grammar in the comment describing the generation of the output
Makefile and .gitignore file.

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

diff --git a/Makefile b/Makefile
index 66654fa71..13236b460 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 the output Makefile is generated, generate .gitignore to
+# ignore the whole output directory.

^ permalink raw reply	[flat|nested] 3+ messages in thread
* [PATCH] kbuild: fix grammar in output Makefile .gitignore generation comment
@ 2026-09-15  6:26 Aayansh Ranjan
  0 siblings, 0 replies; 3+ messages in thread
From: Aayansh Ranjan @ 2026-09-15  6:26 UTC (permalink / raw)
  To: nathan, nsc; +Cc: linux-kbuild, linux-kernel, Aayansh Ranjan

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


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2026-09-15  6:26 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-09-13 14:54 [PATCH] kbuild: fix grammar in output Makefile .gitignore generation comment Im7CK
2026-09-15  1:37 ` Nathan Chancellor
2026-09-15  6:26 Aayansh Ranjan

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®