From 20080af519f9712687d2ccfe81c7e3c4929d800f 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 --- system/system.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/system/system.mk b/system/system.mk index 52e810868a..3da9d3b2dd 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 '*~' \