diff --git a/package/go/go.mk b/package/go/go.mk index 660c7a9bad..91aa31f76c 100644 --- a/package/go/go.mk +++ b/package/go/go.mk @@ -65,7 +65,7 @@ else ifeq ($(BR2_s390x),y) GO_GOARCH = s390x endif -# For the convienience of target packages. +# For the convenience of target packages. HOST_GO_TOOLDIR = $(HOST_GO_ROOT)/pkg/tool/linux_$(GO_GOARCH) HOST_GO_TARGET_ENV = \ $(HOST_GO_COMMON_ENV) \