diff options
author | Curtis Dunham <Curtis.Dunham@arm.com> | 2017-02-14 15:09:18 -0600 |
---|---|---|
committer | Curtis Dunham <Curtis.Dunham@arm.com> | 2017-02-14 15:09:18 -0600 |
commit | d3bfc03688e164c02e9c25730ada11b669c01eda (patch) | |
tree | 06fb4a1e878fbf5653fa6220531127e043626dac /src/sim/System.py | |
parent | ca0fd665dcf6a4aeda07955d3898b03204c88fd8 (diff) | |
download | gem5-d3bfc03688e164c02e9c25730ada11b669c01eda.tar.xz |
sim,kvm,arm: fix typos
Change-Id: Ifc65d42eebfd109c1c622c82c3c3b3e523819e85
Reviewed-by: Andreas Sandberg <andreas.sandberg@arm.com>
Diffstat (limited to 'src/sim/System.py')
-rw-r--r-- | src/sim/System.py | 2 |
1 files changed, 1 insertions, 1 deletions
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") |