diff options
author | gVisor bot <gvisor-bot@google.com> | 2020-02-18 10:49:47 -0800 |
---|---|---|
committer | gVisor bot <gvisor-bot@google.com> | 2020-02-18 10:50:46 -0800 |
commit | fae3de21af7f50266565643c6283912b087b0f5a (patch) | |
tree | 5aff24774471dfeefcc0d7e23265dfc7f68812b1 /pkg/sentry/platform | |
parent | fe92fb36acf0f325cb34e563839c4e7721af77b8 (diff) |
ring0/pagetables: fix typo
PiperOrigin-RevId: 295770717
Diffstat (limited to 'pkg/sentry/platform')
-rw-r--r-- | pkg/sentry/platform/ring0/pagetables/BUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pkg/sentry/platform/ring0/pagetables/BUILD b/pkg/sentry/platform/ring0/pagetables/BUILD index 971eed7fa..4f2406ce3 100644 --- a/pkg/sentry/platform/ring0/pagetables/BUILD +++ b/pkg/sentry/platform/ring0/pagetables/BUILD @@ -7,7 +7,7 @@ go_template( name = "generic_walker", srcs = select_arch( amd64 = ["walker_amd64.go"], - arm64 = ["walker_amd64.go"], + arm64 = ["walker_arm64.go"], ), opt_types = [ "Visitor", |