summaryrefslogtreecommitdiffhomepage
path: root/pkg
diff options
context:
space:
mode:
authorMichael Pratt <mpratt@google.com>2021-06-14 13:09:37 -0700
committergVisor bot <gvisor-bot@google.com>2021-06-14 13:12:30 -0700
commitb9db1c03131bbbb76347b4f0266f1eb440dea1ec (patch)
tree343f5bed89dc38b6ad2daad8ff02da82f02b3cbb /pkg
parent9c7ff24fe6160f5eaa7f0018cc88d253abc7beae (diff)
Fix typo
PiperOrigin-RevId: 379337677
Diffstat (limited to 'pkg')
-rw-r--r--pkg/sentry/platform/kvm/machine_amd64.go2
1 files changed, 1 insertions, 1 deletions
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]" {