ring0/pagetables: fix typo

PiperOrigin-RevId: 295770717
This commit is contained in:
gVisor bot
2020-02-18 10:50:46 -08:00
parent fe92fb36ac
commit fae3de21af
+1 -1
View File
@@ -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",