From 43926d3c989a3bb35c3a5d173db7b4a401175618 Mon Sep 17 00:00:00 2001 From: Abirdcfly Date: Wed, 17 Aug 2022 17:50:14 +0800 Subject: [PATCH] windows: remove duplicate words from comments --- windows/setupapi_windows.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/windows/setupapi_windows.go b/windows/setupapi_windows.go index 14027da3..f8126482 100644 --- a/windows/setupapi_windows.go +++ b/windows/setupapi_windows.go @@ -296,7 +296,7 @@ const ( // Flag to indicate that the sorting from the INF file should be used. DI_INF_IS_SORTED DI_FLAGS = 0x00008000 - // Flag to indicate that only the the INF specified by SP_DEVINSTALL_PARAMS.DriverPath should be searched. + // Flag to indicate that only the INF specified by SP_DEVINSTALL_PARAMS.DriverPath should be searched. DI_ENUMSINGLEINF DI_FLAGS = 0x00010000 // Flag that prevents ConfigMgr from removing/re-enumerating devices during device