util/osdiag: fix typo in comment (reciever -> receiver)

Signed-off-by: Charlie Tonneslan <cst0520@gmail.com>
main
Charlie Tonneslan 4 weeks ago committed by Alex Chan
parent 323e0f87f9
commit 43782601d0
  1. 2
      util/osdiag/osdiag_windows.go

@ -352,7 +352,7 @@ const (
)
// Note that wsaProtocolInfo needs to be identical to windows.WSAProtocolInfo;
// the purpose of this type is to have the ability to use it as a reciever in
// the purpose of this type is to have the ability to use it as a receiver in
// the path and categoryFlags funcs defined below.
type wsaProtocolInfo windows.WSAProtocolInfo

Loading…
Cancel
Save