aboutsummaryrefslogtreecommitdiff
path: root/src/cmp.bash
diff options
context:
space:
mode:
authorJes Cok <xigua67damn@gmail.com>2023-07-14 04:07:45 +0000
committerGopher Robot <gobot@golang.org>2023-07-20 18:03:31 +0000
commit1136dea7891a44590dcebd8a813060eb806a2d34 (patch)
tree9b24b663304c3f4093608088ce03d21f17850c30 /src/cmp.bash
parent90a73ec1f26ba1646c741877c76e42b8d70de555 (diff)
downloadgo-1136dea7891a44590dcebd8a813060eb806a2d34.tar.gz
go-1136dea7891a44590dcebd8a813060eb806a2d34.zip
cmp.bash: fix comment grammar
Change-Id: I290806279983b528e35a3b81641c78a4e3424a74 GitHub-Last-Rev: d6f888e7de9d8eb205a1111f37ee1e2f71e04c5c GitHub-Pull-Request: golang/go#61351 Reviewed-on: https://go-review.googlesource.com/c/go/+/509655 TryBot-Result: Gopher Robot <gobot@golang.org> Reviewed-by: Ian Lance Taylor <iant@google.com> Run-TryBot: Ian Lance Taylor <iant@google.com> Auto-Submit: Ian Lance Taylor <iant@google.com> Reviewed-by: Heschi Kreinick <heschi@google.com>
Diffstat (limited to 'src/cmp.bash')
-rw-r--r--src/cmp.bash4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/cmp.bash b/src/cmp.bash
index dac9ca0da1..5bca266c40 100644
--- a/src/cmp.bash
+++ b/src/cmp.bash
@@ -14,8 +14,8 @@
# "go build <pkg>" assembly output for each package
# and lists the packages with differences.
#
-# It leaves and old.txt and new.txt file in the package
-# directories for the packages with differences.
+# For packages with differences it leaves files named
+# old.txt and new.txt.
FLAGS1="-newexport=0"
FLAGS2="-newexport=1"