[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Qemu-devel] [PATCH v1 1/3] memory: Fix comment typo
From: |
peter . crosthwaite |
Subject: |
[Qemu-devel] [PATCH v1 1/3] memory: Fix comment typo |
Date: |
Mon, 3 Jun 2013 15:31:56 +1000 |
From: Peter Crosthwaite <address@hidden>
s/ajacent/adjacent
Signed-off-by: Peter Crosthwaite <address@hidden>
---
memory.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/memory.c b/memory.c
index 5cb8f4a..60e033b 100644
--- 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 adjacent ranges */
static void flatview_simplify(FlatView *view)
{
unsigned i, j;
--
1.8.3.rc1.44.gb387c77.dirty