sim,kvm,arm: fix typos
Change-Id: Ifc65d42eebfd109c1c622c82c3c3b3e523819e85 Reviewed-by: Andreas Sandberg <andreas.sandberg@arm.com>
This commit is contained in:
@@ -60,7 +60,7 @@ class System(MemObject):
|
||||
|
||||
# When reserving memory on the host, we have the option of
|
||||
# reserving swap space or not (by passing MAP_NORESERVE to
|
||||
# mmap). By enabling this flag, we accomodate cases where a large
|
||||
# mmap). By enabling this flag, we accommodate cases where a large
|
||||
# (but sparse) memory is simulated.
|
||||
mmap_using_noreserve = Param.Bool(False, "mmap the backing store " \
|
||||
"without reserving swap")
|
||||
|
||||
Reference in New Issue
Block a user