From 43ab76a27c88670552714ef52f6bc74e5cc98fe2 Mon Sep 17 00:00:00 2001 From: Po-Chuan Hsieh Date: Wed, 26 Jan 2022 03:25:29 +0800 Subject: [PATCH] Mk/Uses/go.mk: Fix typo --- Mk/Uses/go.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Mk/Uses/go.mk b/Mk/Uses/go.mk index 32972c902342..f6b564b7be38 100644 --- a/Mk/Uses/go.mk +++ b/Mk/Uses/go.mk @@ -19,7 +19,7 @@ # # GO_MODULE # The name of the module as specified by "module" directive in go.mod. -# In most cases, this is the only requred variable for ports that +# In most cases, this is the only required variable for ports that # use Go modules. # # GO_PKGNAME