aboutsummaryrefslogtreecommitdiffstats
path: root/ipc/uapi_windows.go
diff options
context:
space:
mode:
Diffstat (limited to 'ipc/uapi_windows.go')
-rw-r--r--ipc/uapi_windows.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/ipc/uapi_windows.go b/ipc/uapi_windows.go
index 981c7b9..32d5524 100644
--- a/ipc/uapi_windows.go
+++ b/ipc/uapi_windows.go
@@ -11,7 +11,7 @@ import (
"golang.zx2c4.com/wireguard/ipc/winpipe"
)
-//TODO: replace these with actual standard windows error numbers from the win package
+// TODO: replace these with actual standard windows error numbers from the win package
const (
IpcErrorIO = -int64(5)
IpcErrorProtocol = -int64(71)