diff options
| author | Peter Crosthwaite | 2013-06-03 07:31:56 +0200 |
|---|---|---|
| committer | Paolo Bonzini | 2013-06-20 16:39:52 +0200 |
| commit | 8508e024cb31a4013bb462aca0235c963e785aeb (patch) | |
| tree | a828234b75da5c2e3ac9f0c4623fa901dcb4d9f7 | |
| parent | memory: give name to every AddressSpace (diff) | |
| download | qemu-8508e024cb31a4013bb462aca0235c963e785aeb.tar.gz qemu-8508e024cb31a4013bb462aca0235c963e785aeb.tar.xz qemu-8508e024cb31a4013bb462aca0235c963e785aeb.zip | |
memory: Fix comment typo
s/ajacent/adjacent
Signed-off-by: Peter Crosthwaite <peter.crosthwaite@xilinx.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
| -rw-r--r-- | memory.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -282,7 +282,7 @@ static bool can_merge(FlatRange *r1, FlatRange *r2) && r1->readonly == r2->readonly; } -/* Attempt to simplify a view by merging ajacent ranges */ +/* Attempt to simplify a view by merging adjacent ranges */ static void flatview_simplify(FlatView *view) { unsigned i, j; |
