]> Cypherpunks repositories - gostls13.git/commitdiff
cmd/vendor: undo stray edits from CL 384262
authorBryan C. Mills <bcmills@google.com>
Tue, 5 Apr 2022 18:34:47 +0000 (14:34 -0400)
committerBryan Mills <bcmills@google.com>
Tue, 5 Apr 2022 18:58:52 +0000 (18:58 +0000)
cmd/internal/moddeps is currently failing on the longtest builders
because vendored third-party dependencies were accidentally edited as
part of CL 384262 (a global cleanup of the standard library).

Updates #51082

Change-Id: I6f79c8f1177420a51128ce42d6c14fa5dcc4bd7b
Reviewed-on: https://go-review.googlesource.com/c/go/+/398455
Trust: Bryan Mills <bcmills@google.com>
Run-TryBot: Bryan Mills <bcmills@google.com>
TryBot-Result: Gopher Robot <gobot@golang.org>
Reviewed-by: Ian Lance Taylor <iant@golang.org>
src/cmd/vendor/golang.org/x/arch/x86/x86asm/gnu.go
src/cmd/vendor/golang.org/x/arch/x86/x86asm/inst.go

index 8eba1fd0cf76b6cbd44ad68745b67dedc9332765..75cff72b0390e002ed82159944a0c8360a3cbcba 100644 (file)
@@ -10,7 +10,7 @@ import (
 )
 
 // GNUSyntax returns the GNU assembler syntax for the instruction, as defined by GNU binutils.
-// This general form is often called “AT&T syntax” as a reference to AT&T System V Unix.
+// This general form is often called ``AT&T syntax'' as a reference to AT&T System V Unix.
 func GNUSyntax(inst Inst, pc uint64, symname SymLookup) string {
        // Rewrite instruction to mimic GNU peculiarities.
        // Note that inst has been passed by value and contains
index e98f1a8418c58317bb0ab76eb6e7b3d6a58ae0c6..4632b5064f9e74f5e4ac2a4e1456ada5e3630f5d 100644 (file)
@@ -144,7 +144,7 @@ type Arg interface {
 // the interface value instead of requiring an allocation.
 
 // A Reg is a single register.
-// The zero Reg value has no name but indicates “no register.”
+// The zero Reg value has no name but indicates ``no register.''
 type Reg uint8
 
 const (