diff --git a/test/e2e/storage/external/external.go b/test/e2e/storage/external/external.go index 771da97deec..204cac06e74 100644 --- a/test/e2e/storage/external/external.go +++ b/test/e2e/storage/external/external.go @@ -40,7 +40,7 @@ import ( ) // DriverDefinition needs to be filled in via a .yaml or .json -// file. It's methods then implement the TestDriver interface, using +// file. Its methods then implement the TestDriver interface, using // nothing but the information in this struct. type driverDefinition struct { // DriverInfo is the static information that the storage testsuite