aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/go
diff options
context:
space:
mode:
authortangxi666 <tx1275044634@gmail.com>2021-11-27 05:20:05 +0000
committerEmmanuel Odeke <emmanuel@orijtech.com>2021-11-27 23:27:52 +0000
commit9f2a075df905d873e3e426b2f549c327d228ac26 (patch)
treefcbf6f535608903b322f6e838bdf032b22592cd4 /src/cmd/go
parent7e1260f62b7447c36d9f3ff95365d761592323c4 (diff)
downloadgo-9f2a075df905d873e3e426b2f549c327d228ac26.tar.gz
go-9f2a075df905d873e3e426b2f549c327d228ac26.zip
cmd/go: fix a typo in mod_lazy_new_import.txt
x/y -> a/y Change-Id: If24970623731098bb72345b8f4c8518b563bbec8 GitHub-Last-Rev: 8a35dddbc155d97f03c08c06d945596584bc2e6d GitHub-Pull-Request: golang/go#49813 Reviewed-on: https://go-review.googlesource.com/c/go/+/367202 Reviewed-by: Ian Lance Taylor <iant@golang.org> Reviewed-by: Emmanuel Odeke <emmanuel@orijtech.com> Run-TryBot: Ian Lance Taylor <iant@golang.org> TryBot-Result: Go Bot <gobot@golang.org>
Diffstat (limited to 'src/cmd/go')
-rw-r--r--src/cmd/go/testdata/script/mod_lazy_new_import.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cmd/go/testdata/script/mod_lazy_new_import.txt b/src/cmd/go/testdata/script/mod_lazy_new_import.txt
index 4272a52de1..520d8459cc 100644
--- a/src/cmd/go/testdata/script/mod_lazy_new_import.txt
+++ b/src/cmd/go/testdata/script/mod_lazy_new_import.txt
@@ -7,7 +7,7 @@
# \
# ---- a/y (new) ---- c
#
-# Where a/x and x/y are disjoint packages, but both contained in module a.
+# Where a/x and a/y are disjoint packages, but both contained in module a.
#
# The module dependency graph initially looks like:
#