aboutsummaryrefslogtreecommitdiffstats
path: root/tun/wintun/setupapi
diff options
context:
space:
mode:
authorJonathan Tooker <jonathan.tooker@netprotect.com>2019-10-21 15:52:26 -0500
committerJason A. Donenfeld <Jason@zx2c4.com>2019-10-22 11:51:25 +0200
commitf7d0edd2ecf5f7f5aed188823de0a122691a7de6 (patch)
tree9aac319a2e6bc9a7d66e9586a606f46c4defbacf /tun/wintun/setupapi
parentdevice: allow blackholing sockets (diff)
downloadwireguard-go-f7d0edd2ecf5f7f5aed188823de0a122691a7de6.tar.xz
wireguard-go-f7d0edd2ecf5f7f5aed188823de0a122691a7de6.zip
global: fix a few typos courtesy of codespell
Signed-off-by: Jonathan Tooker <jonathan.tooker@netprotect.com>
Diffstat (limited to 'tun/wintun/setupapi')
-rw-r--r--tun/wintun/setupapi/types_windows.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/tun/wintun/setupapi/types_windows.go b/tun/wintun/setupapi/types_windows.go
index 136b4be..239d80b 100644
--- a/tun/wintun/setupapi/types_windows.go
+++ b/tun/wintun/setupapi/types_windows.go
@@ -57,7 +57,7 @@ type DevInfoData struct {
_ uintptr
}
-// DevInfoListDetailData is a structure for detailed information on a device information set (used for SetupDiGetDeviceInfoListDetail which supercedes the functionality of SetupDiGetDeviceInfoListClass).
+// DevInfoListDetailData is a structure for detailed information on a device information set (used for SetupDiGetDeviceInfoListDetail which supersedes the functionality of SetupDiGetDeviceInfoListClass).
type DevInfoListDetailData struct {
size uint32 // Warning: unsafe.Sizeof(DevInfoListDetailData) > sizeof(SP_DEVINFO_LIST_DETAIL_DATA) when GOARCH == 386 => use sizeofDevInfoListDetailData const.
ClassGUID windows.GUID