From 6439b2d4dafd5b30aaaa83235d0d28638ef6e316 Mon Sep 17 00:00:00 2001 From: co63oc Date: Wed, 11 Sep 2024 17:19:23 +0800 Subject: [PATCH] Fix typos (#1300) --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 9279cd219f..446a7a7364 100644 --- a/Makefile +++ b/Makefile @@ -32,7 +32,7 @@ export BUILD_WITH_CONTAINER ?= 0 ifeq ($(BUILD_WITH_CONTAINER),1) -# An export free of arugments in a Makefile places all variables in the Makefile into the +# An export free of arguments in a Makefile places all variables in the Makefile into the # environment. This is needed to allow overrides from Makefile.overrides.mk. export @@ -60,7 +60,7 @@ else $(shell mkdir -p out) $(shell $(shell pwd)/tools/hack/setup_env.sh envfile > out/.env) include out/.env -# An export free of arugments in a Makefile places all variables in the Makefile into the +# An export free of arguments in a Makefile places all variables in the Makefile into the # environment. This behavior may be surprising to many that use shell often, which simply # displays the existing environment export