summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorFabricio Voznika <fvoznika@google.com>2021-10-19 17:03:06 -0700
committergVisor bot <gvisor-bot@google.com>2021-10-19 17:05:25 -0700
commit6dde3d5ae51030fceb0798d671d19ec1df3ae7a3 (patch)
tree69a34e10594de0c020a3830c658caa8c0bce44b4
parent1b494b80f02774ee109ccb7e20d9c2fe59b8cf72 (diff)
Fix typo in FIXME
PiperOrigin-RevId: 404400399
-rw-r--r--pkg/sentry/platform/kvm/kvm_safecopy_test.go2
1 files changed, 1 insertions, 1 deletions
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