From 1136dea7891a44590dcebd8a813060eb806a2d34 Mon Sep 17 00:00:00 2001 From: Jes Cok Date: Fri, 14 Jul 2023 04:07:45 +0000 Subject: [PATCH] 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 Reviewed-by: Ian Lance Taylor Run-TryBot: Ian Lance Taylor Auto-Submit: Ian Lance Taylor Reviewed-by: Heschi Kreinick --- src/cmp.bash | 4 ++-- 1 file 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 " 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" -- 2.50.0