]> Cypherpunks repositories - gostls13.git/commitdiff
vendor: revert stray edit from CL 406835
authorBryan C. Mills <bcmills@google.com>
Tue, 17 May 2022 20:26:49 +0000 (16:26 -0400)
committerGopher Robot <gobot@golang.org>
Tue, 17 May 2022 20:59:58 +0000 (20:59 +0000)
In reviewing CL 406835, I missed that one of the edited files was in
src/vendor. This change reverts that file, fixing the failing
moddeps test on the longtest builders.

Change-Id: Id04b45c3379cf6c17b333444eb7be1301ffcb5f1
Reviewed-on: https://go-review.googlesource.com/c/go/+/406895
TryBot-Result: Gopher Robot <gobot@golang.org>
Run-TryBot: Bryan Mills <bcmills@google.com>
Reviewed-by: Ian Lance Taylor <iant@google.com>
Auto-Submit: Bryan Mills <bcmills@google.com>

src/cmd/vendor/github.com/ianlancetaylor/demangle/demangle.go

index af5134deb9f459b6eb3333dcfa12ea4b04e5f9e6..66ac7dde62a553f70519d8cd3141784f5bb1c9d6 100644 (file)
@@ -1715,7 +1715,7 @@ func (st *state) demangleCastTemplateArgs(tp AST, addSubst bool) AST {
        return tp
 }
 
-// mergeQualifiers merges two qualifier lists into one.
+// mergeQualifiers merges two qualifer lists into one.
 func mergeQualifiers(q1AST, q2AST AST) AST {
        if q1AST == nil {
                return q2AST