mirror of
https://github.com/rwinkhart/sys.git
synced 2026-09-05 16:47:27 -04:00
all: fix some typos
Change-Id: Id4bf4ce8aee8b98baa2f1a9c62a72a9554f7d557 Reviewed-on: https://go-review.googlesource.com/c/sys/+/510595 TryBot-Result: Gopher Robot <gobot@golang.org> Run-TryBot: Ian Lance Taylor <iant@google.com> Auto-Submit: Ian Lance Taylor <iant@google.com> Run-TryBot: shuang cui <imcusg@gmail.com> Reviewed-by: Ian Lance Taylor <iant@google.com> Reviewed-by: Heschi Kreinick <heschi@google.com>
This commit is contained in:
@@ -18,7 +18,7 @@ func Test_anyToSockaddr_darwin(t *testing.T) {
|
||||
err error
|
||||
}{
|
||||
{
|
||||
name: "AF_SYSTEM emtpy",
|
||||
name: "AF_SYSTEM empty",
|
||||
rsa: sockaddrCtlToAny(RawSockaddrCtl{}),
|
||||
err: EAFNOSUPPORT,
|
||||
},
|
||||
@@ -51,7 +51,7 @@ func Test_anyToSockaddr_darwin(t *testing.T) {
|
||||
},
|
||||
},
|
||||
{
|
||||
name: "AF_VSOCK emtpy",
|
||||
name: "AF_VSOCK empty",
|
||||
rsa: sockaddrVMToAny(RawSockaddrVM{}),
|
||||
err: EAFNOSUPPORT,
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user