From a063cf3843dca506d611e1a818a086fb0af36357 Mon Sep 17 00:00:00 2001 From: Luca Ceresoli Date: Tue, 31 Mar 2026 13:05:41 +0200 Subject: [PATCH] system: fix typo in comment Fix "TARTGET_DIR" -> "TARGET_DIR" typo. Signed-off-by: Luca Ceresoli Signed-off-by: Peter Korsgaard (cherry picked from commit 20080af519f9712687d2ccfe81c7e3c4929d800f) Signed-off-by: Thomas Perale --- system/system.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/system/system.mk b/system/system.mk index 8fe2c138b0..ed482806ac 100644 --- a/system/system.mk +++ b/system/system.mk @@ -48,7 +48,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 '*~' \