Skip to content

Commit 43926d3

Browse files
authored
windows: remove duplicate words from comments
1 parent 5a39038 commit 43926d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

windows/setupapi_windows.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -296,7 +296,7 @@ const (
296296
// Flag to indicate that the sorting from the INF file should be used.
297297
DI_INF_IS_SORTED DI_FLAGS = 0x00008000
298298

299-
// Flag to indicate that only the the INF specified by SP_DEVINSTALL_PARAMS.DriverPath should be searched.
299+
// Flag to indicate that only the INF specified by SP_DEVINSTALL_PARAMS.DriverPath should be searched.
300300
DI_ENUMSINGLEINF DI_FLAGS = 0x00010000
301301

302302
// Flag that prevents ConfigMgr from removing/re-enumerating devices during device

0 commit comments

Comments
 (0)