public inbox for buildroot@busybox.net
 help / color / mirror / Atom feed
* [Buildroot] [PATCH] system: fix typo in comment
@ 2026-03-31 11:05 Luca Ceresoli via buildroot
  2026-04-01  9:23 ` Peter Korsgaard
  0 siblings, 1 reply; 3+ messages in thread
From: Luca Ceresoli via buildroot @ 2026-03-31 11:05 UTC (permalink / raw)
  To: buildroot; +Cc: Thomas Petazzoni, Luca Ceresoli

Fix "TARTGET_DIR" -> "TARGET_DIR" typo.

Signed-off-by: Luca Ceresoli <luca.ceresoli@bootlin.com>
---
 system/system.mk | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/system/system.mk b/system/system.mk
index 52e810868a82..3da9d3b2ddd1 100644
--- a/system/system.mk
+++ b/system/system.mk
@@ -60,7 +60,7 @@ endef
 endif
 
 # This function rsyncs the skeleton directory in $(1) to the destination
-# in $(2), which should be either $(TARTGET_DIR) or $(STAGING_DIR)
+# in $(2), which should be either $(TARGET_DIR) or $(STAGING_DIR)
 define SYSTEM_RSYNC
 	rsync -a --ignore-times $(RSYNC_VCS_EXCLUSIONS) \
 		--chmod=u=rwX,go=rX --exclude .empty --exclude '*~' \

---
base-commit: 9018402c2c0bd92be0664df82d943e11fe782a6b
change-id: 20260331-fix-tartget-typo-8cc846e7647d

Best regards,
--  
Luca Ceresoli <luca.ceresoli@bootlin.com>

_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

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

end of thread, other threads:[~2026-04-01 10:38 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-03-31 11:05 [Buildroot] [PATCH] system: fix typo in comment Luca Ceresoli via buildroot
2026-04-01  9:23 ` Peter Korsgaard
2026-04-01 10:38   ` Luca Ceresoli via buildroot

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