Skip to content

Commit b8cc53b

Browse files
lencapblink1073
authored andcommitted
chore: fix some comments (mongodb#1747)
Signed-off-by: lencap <[email protected]> (cherry picked from commit 834cf5e)
1 parent 6423d40 commit b8cc53b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

internal/cmd/testoidcauth/main.go

+2-2
Original file line numberDiff line numberDiff line change
@@ -371,7 +371,7 @@ func machine31failureWithCachedTokensFetchANewTokenAndRetryAuth() error {
371371
authenticatorField = reflect.NewAt(
372372
authenticatorField.Type(),
373373
unsafe.Pointer(authenticatorField.UnsafeAddr())).Elem()
374-
// this is the only usage of the x packages in the test, showing the the public interface is
374+
// this is the only usage of the x packages in the test, showing the public interface is
375375
// correct.
376376
authenticatorField.Interface().(*auth.OIDCAuthenticator).SetAccessToken("some random happy sunshine string")
377377

@@ -1211,7 +1211,7 @@ func human31usesSpeculativeAuth() error {
12111211
authenticatorField = reflect.NewAt(
12121212
authenticatorField.Type(),
12131213
unsafe.Pointer(authenticatorField.UnsafeAddr())).Elem()
1214-
// This is the only usage of the x packages in the test, showing the the public interface is
1214+
// This is the only usage of the x packages in the test, showing the public interface is
12151215
// correct.
12161216
authenticatorField.Interface().(*auth.OIDCAuthenticator).SetAccessToken(string(accessToken))
12171217

0 commit comments

Comments
 (0)