diff options
author | Daniel J Walsh <dwalsh@redhat.com> | 2022-08-24 14:27:37 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-08-24 14:27:37 -0400 |
commit | 46bfd3d0cfa1d5ec0c14fb3ed04f2857e2264512 (patch) | |
tree | c1e33c42261ef4044d13cfcb668a4e1a4d217bd3 /vendor/golang.org/x/sys/windows/setupapi_windows.go | |
parent | 361eb42619b2bccaf4fa7bb342dee779f72a512d (diff) | |
parent | 88e4e4c82e0d5da27ce522f82f5dad2afdabb7b1 (diff) | |
download | podman-46bfd3d0cfa1d5ec0c14fb3ed04f2857e2264512.tar.gz podman-46bfd3d0cfa1d5ec0c14fb3ed04f2857e2264512.tar.bz2 podman-46bfd3d0cfa1d5ec0c14fb3ed04f2857e2264512.zip |
Merge pull request #15454 from vrothberg/bump-psgo
vendor containers/psgo@v1.7.3
Diffstat (limited to 'vendor/golang.org/x/sys/windows/setupapi_windows.go')
-rw-r--r-- | vendor/golang.org/x/sys/windows/setupapi_windows.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vendor/golang.org/x/sys/windows/setupapi_windows.go b/vendor/golang.org/x/sys/windows/setupapi_windows.go index 14027da3f..f8126482f 100644 --- a/vendor/golang.org/x/sys/windows/setupapi_windows.go +++ b/vendor/golang.org/x/sys/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 |