From b9db1c03131bbbb76347b4f0266f1eb440dea1ec Mon Sep 17 00:00:00 2001 From: Michael Pratt Date: Mon, 14 Jun 2021 13:09:37 -0700 Subject: Fix typo PiperOrigin-RevId: 379337677 --- pkg/sentry/platform/kvm/machine_amd64.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pkg') diff --git a/pkg/sentry/platform/kvm/machine_amd64.go b/pkg/sentry/platform/kvm/machine_amd64.go index b8e1cd72c..7c063c7f5 100644 --- a/pkg/sentry/platform/kvm/machine_amd64.go +++ b/pkg/sentry/platform/kvm/machine_amd64.go @@ -469,7 +469,7 @@ func availableRegionsForSetMem() (phyRegions []physicalRegion) { } func (m *machine) mapUpperHalf(pageTable *pagetables.PageTables) { - // Map all the executible regions so that all the entry functions + // Map all the executable regions so that all the entry functions // are mapped in the upper half. applyVirtualRegions(func(vr virtualRegion) { if excludeVirtualRegion(vr) || vr.filename == "[vsyscall]" { -- cgit v1.2.3