]> Cypherpunks repositories - gostls13.git/commitdiff
cmp.bash: fix comment grammar
authorJes Cok <xigua67damn@gmail.com>
Fri, 14 Jul 2023 04:07:45 +0000 (04:07 +0000)
committerGopher Robot <gobot@golang.org>
Thu, 20 Jul 2023 18:03:31 +0000 (18:03 +0000)
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>
src/cmp.bash

index dac9ca0da1c6be0b307531f94b6e41a47ffb410d..5bca266c404e4eb0dd8b88d56e569ff235e154ad 100644 (file)
@@ -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"