diff --git a/src/cmp.bash b/src/cmp.bash index 906415983a..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 an old.txt and a new.txt files 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"