From: Peter Crosthwaite Date: Mon, 3 Jun 2013 05:31:56 +0000 (+1000) Subject: memory: Fix comment typo X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=8508e024cb31a4013bb462aca0235c963e785aeb;p=qemu.git memory: Fix comment typo s/ajacent/adjacent Signed-off-by: Peter Crosthwaite Signed-off-by: Paolo Bonzini --- diff --git a/memory.c b/memory.c index 8e99b8a4be..221b725e8f 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;