From ca15cb0d81a0b89b656b96858648730b328830a1 Mon Sep 17 00:00:00 2001 From: "Paul \"TBBle\" Hampson" Date: Mon, 20 Jul 2020 23:54:29 +1000 Subject: [PATCH] Fix incorrect (cut-and-paste) method comment Signed-off-by: Paul "TBBle" Hampson --- oci/spec_opts_windows.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/oci/spec_opts_windows.go b/oci/spec_opts_windows.go index 47caf1925..d5004abb1 100644 --- a/oci/spec_opts_windows.go +++ b/oci/spec_opts_windows.go @@ -52,7 +52,7 @@ func WithWindowsIgnoreFlushesDuringBoot() SpecOpts { } } -// WithWindowNetworksAllowUnqualifiedDNSQuery sets `Windows.IgnoreFlushesDuringBoot`. +// WithWindowNetworksAllowUnqualifiedDNSQuery sets `Windows.Network.AllowUnqualifiedDNSQuery`. func WithWindowNetworksAllowUnqualifiedDNSQuery() SpecOpts { return func(_ context.Context, _ Client, _ *containers.Container, s *Spec) error { if s.Windows == nil {