From 6dde3d5ae51030fceb0798d671d19ec1df3ae7a3 Mon Sep 17 00:00:00 2001 From: Fabricio Voznika Date: Tue, 19 Oct 2021 17:03:06 -0700 Subject: Fix typo in FIXME PiperOrigin-RevId: 404400399 --- pkg/sentry/platform/kvm/kvm_safecopy_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pkg/sentry/platform') diff --git a/pkg/sentry/platform/kvm/kvm_safecopy_test.go b/pkg/sentry/platform/kvm/kvm_safecopy_test.go index 9a87c9e6f..fe488e707 100644 --- a/pkg/sentry/platform/kvm/kvm_safecopy_test.go +++ b/pkg/sentry/platform/kvm/kvm_safecopy_test.go @@ -12,7 +12,7 @@ // See the License for the specific language governing permissions and // limitations under the License. -// FIXME(gvisor.dev/issue//6629): These tests don't pass on ARM64. +// FIXME(gvisor.dev/issue/6629): These tests don't pass on ARM64. // //go:build amd64 // +build amd64 -- cgit v1.2.3