projects
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7dca804
)
memory: Fix comment typo
author
Peter Crosthwaite
<peter.crosthwaite@xilinx.com>
Mon, 3 Jun 2013 05:31:56 +0000
(15:31 +1000)
committer
Paolo Bonzini
<pbonzini@redhat.com>
Thu, 20 Jun 2013 14:39:52 +0000
(16:39 +0200)
s/ajacent/adjacent
Signed-off-by: Peter Crosthwaite <peter.crosthwaite@xilinx.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
memory.c
patch
|
blob
|
history
diff --git
a/memory.c
b/memory.c
index 8e99b8a4bec3044e4362318c767e9819193ba059..221b725e8f8a0d9f947f708b29d4e8a299c39cb0 100644
(file)
--- a/
memory.c
+++ b/
memory.c
@@
-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 a
d
jacent ranges */
static void flatview_simplify(FlatView *view)
{
unsigned i, j;