diff options
author | Peter Crosthwaite <peter.crosthwaite@xilinx.com> | 2013-06-03 15:31:56 +1000 |
---|---|---|
committer | Paolo Bonzini <pbonzini@redhat.com> | 2013-06-20 16:39:52 +0200 |
commit | 8508e024cb31a4013bb462aca0235c963e785aeb (patch) | |
tree | a828234b75da5c2e3ac9f0c4623fa901dcb4d9f7 /memory.c | |
parent | 7dca8043f3483ff34ac954c7012b721731ee5719 (diff) | |
download | hqemu-8508e024cb31a4013bb462aca0235c963e785aeb.zip hqemu-8508e024cb31a4013bb462aca0235c963e785aeb.tar.gz |
memory: Fix comment typo
s/ajacent/adjacent
Signed-off-by: Peter Crosthwaite <peter.crosthwaite@xilinx.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'memory.c')
-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; |