From 035108797aa68609636f38534684eb8b04a1bee5 Mon Sep 17 00:00:00 2001 From: kindknow Date: Thu, 11 Apr 2024 18:22:07 +0800 Subject: [PATCH] chore: fix function name in comment Signed-off-by: kindknow --- pkg/plugins/plugin_windows.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/plugins/plugin_windows.go b/pkg/plugins/plugin_windows.go index 1f1c62cb0..b1beb9a7e 100644 --- a/pkg/plugins/plugin_windows.go +++ b/pkg/plugins/plugin_windows.go @@ -8,7 +8,7 @@ import ( "github.com/pkg/errors" ) -// Setpidgid is a no-op in Windows +// Setpgid is a no-op in Windows func Setpgid(cmd *exec.Cmd) { }