Skip to content

Commit 834cf5e

Browse files
authored
chore: fix some comments (#1747)
Signed-off-by: lencap <[email protected]>
1 parent cd278f0 commit 834cf5e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cmd/testoidcauth/main.go

+2-2
Original file line numberDiff line numberDiff line change
@@ -365,7 +365,7 @@ func machine31failureWithCachedTokensFetchANewTokenAndRetryAuth() error {
365365
authenticatorField = reflect.NewAt(
366366
authenticatorField.Type(),
367367
unsafe.Pointer(authenticatorField.UnsafeAddr())).Elem()
368-
// this is the only usage of the x packages in the test, showing the the public interface is
368+
// this is the only usage of the x packages in the test, showing the public interface is
369369
// correct.
370370
authenticatorField.Interface().(*auth.OIDCAuthenticator).SetAccessToken("some random happy sunshine string")
371371

@@ -1180,7 +1180,7 @@ func human31usesSpeculativeAuth() error {
11801180
authenticatorField = reflect.NewAt(
11811181
authenticatorField.Type(),
11821182
unsafe.Pointer(authenticatorField.UnsafeAddr())).Elem()
1183-
// This is the only usage of the x packages in the test, showing the the public interface is
1183+
// This is the only usage of the x packages in the test, showing the public interface is
11841184
// correct.
11851185
authenticatorField.Interface().(*auth.OIDCAuthenticator).SetAccessToken(string(accessToken))
11861186

0 commit comments

Comments
 (0)