Skip to content

Commit 3cc926f

Browse files
committed
e2e storage: fix type in comment
1 parent 17ae1ed commit 3cc926f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/e2e/storage/external/external.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ import (
4040
)
4141

4242
// DriverDefinition needs to be filled in via a .yaml or .json
43-
// file. It's methods then implement the TestDriver interface, using
43+
// file. Its methods then implement the TestDriver interface, using
4444
// nothing but the information in this struct.
4545
type driverDefinition struct {
4646
// DriverInfo is the static information that the storage testsuite

0 commit comments

Comments
 (0)