From 3cc926f5efb18ac99f99c0d223040e6bd5f8070b Mon Sep 17 00:00:00 2001 From: Patrick Ohly Date: Mon, 9 Dec 2019 16:46:45 +0100 Subject: [PATCH] e2e storage: fix type in comment --- test/e2e/storage/external/external.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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