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

Signed-off-by: Charlie Tonneslan <cst0520@gmail.com>
This commit is contained in:
Charlie Tonneslan
2026-03-22 08:20:01 -04:00
committed by Alex Chan
parent 323e0f87f9
commit 43782601d0
+1 -1
View File
@@ -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