From d3bfc03688e164c02e9c25730ada11b669c01eda Mon Sep 17 00:00:00 2001 From: Curtis Dunham Date: Tue, 14 Feb 2017 15:09:18 -0600 Subject: sim,kvm,arm: fix typos Change-Id: Ifc65d42eebfd109c1c622c82c3c3b3e523819e85 Reviewed-by: Andreas Sandberg --- src/sim/System.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/sim/System.py') diff --git a/src/sim/System.py b/src/sim/System.py index f97096fcc..34b1fd127 100644 --- a/src/sim/System.py +++ b/src/sim/System.py @@ -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") -- cgit v1.2.3