summaryrefslogtreecommitdiffstats
path: root/meta/classes-recipe/go-mod.bbclass
diff options
context:
space:
mode:
authorFabio Estevam <festevam@gmail.com>2022-10-16 16:01:16 -0300
committerRichard Purdie <richard.purdie@linuxfoundation.org>2022-10-26 12:28:39 +0100
commit7dc782a8fcc8bacc2e22a5ae3c02ec896043da56 (patch)
tree87f54aceeef65626cbe25dc206dd930edfb2bd82 /meta/classes-recipe/go-mod.bbclass
parentb72193a602c9f58be37d5591b83324ab86311477 (diff)
downloadpoky-7dc782a8fcc8bacc2e22a5ae3c02ec896043da56.tar.gz
go-mod.bbclass: Remove repeated word
The word 'the' appears repeatedly. Remove one occurrence. (From OE-Core rev: f9c1e43fea5ca119dcba6f57b95d10e78246a491) Signed-off-by: Fabio Estevam <festevam@gmail.com> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/classes-recipe/go-mod.bbclass')
-rw-r--r--meta/classes-recipe/go-mod.bbclass2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/classes-recipe/go-mod.bbclass b/meta/classes-recipe/go-mod.bbclass
index 927746a338..61571596bc 100644
--- a/meta/classes-recipe/go-mod.bbclass
+++ b/meta/classes-recipe/go-mod.bbclass
@@ -6,7 +6,7 @@
6 6
7# Handle Go Modules support 7# Handle Go Modules support
8# 8#
9# When using Go Modules, the the current working directory MUST be at or below 9# When using Go Modules, the current working directory MUST be at or below
10# the location of the 'go.mod' file when the go tool is used, and there is no 10# the location of the 'go.mod' file when the go tool is used, and there is no
11# way to tell it to look elsewhere. It will automatically look upwards for the 11# way to tell it to look elsewhere. It will automatically look upwards for the
12# file, but not downwards. 12# file, but not downwards.