From 1a2edd4e61e92edd9a16a9db8d47b4fe547dcd40 Mon Sep 17 00:00:00 2001 From: Kai Tanaka <275430420+quyentonndbs@users.noreply.github.com> Date: Thu, 14 May 2026 06:37:25 +0000 Subject: [PATCH] chore: fix duplicated "the" in etcd/s3 and permissions doc comments Signed-off-by: Kai Tanaka <275430420+quyentonndbs@users.noreply.github.com> --- pkg/etcd/s3/s3.go | 2 +- pkg/util/permissions/permissions_windows.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pkg/etcd/s3/s3.go b/pkg/etcd/s3/s3.go index a8248977718..fec8145c572 100644 --- a/pkg/etcd/s3/s3.go +++ b/pkg/etcd/s3/s3.go @@ -75,7 +75,7 @@ type Client struct { } // Start initializes the cache and sets the cluster id and token hash, -// returning a reference to the the initialized controller. Initialization is +// returning a reference to the initialized controller. Initialization is // locked by a sync.Once to prevent races, and multiple calls to start will // return the same controller or error. func Start(ctx context.Context, config *config.Control) (*Controller, error) { diff --git a/pkg/util/permissions/permissions_windows.go b/pkg/util/permissions/permissions_windows.go index 5b55a697d12..e0ab6f4af07 100644 --- a/pkg/util/permissions/permissions_windows.go +++ b/pkg/util/permissions/permissions_windows.go @@ -7,7 +7,7 @@ import ( "golang.org/x/sys/windows" ) -// IsPrivileged returns an error if the the process is not running as a member of the BUILTIN\Administrators group. +// IsPrivileged returns an error if the process is not running as a member of the BUILTIN\Administrators group. // Ref: https://github.com/kubernetes/kubernetes/pull/96616 func IsPrivileged() error { var sid *windows.SID