From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:37453) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Upg7X-0007QJ-C2 for qemu-devel@nongnu.org; Thu, 20 Jun 2013 10:46:00 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Upg7S-0007JQ-Oj for qemu-devel@nongnu.org; Thu, 20 Jun 2013 10:45:55 -0400 Received: from mail-ee0-x22a.google.com ([2a00:1450:4013:c00::22a]:51769) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Upg7S-0007JF-7I for qemu-devel@nongnu.org; Thu, 20 Jun 2013 10:45:50 -0400 Received: by mail-ee0-f42.google.com with SMTP id c4so3941821eek.15 for ; Thu, 20 Jun 2013 07:45:49 -0700 (PDT) Sender: Paolo Bonzini From: Paolo Bonzini Date: Thu, 20 Jun 2013 16:44:51 +0200 Message-Id: <1371739493-10187-24-git-send-email-pbonzini@redhat.com> In-Reply-To: <1371739493-10187-1-git-send-email-pbonzini@redhat.com> References: <1371739493-10187-1-git-send-email-pbonzini@redhat.com> Subject: [Qemu-devel] [PATCH 23/25] memory: Fix comment typo List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Peter Crosthwaite From: Peter Crosthwaite s/ajacent/adjacent Signed-off-by: Peter Crosthwaite Signed-off-by: Paolo Bonzini --- memory.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/memory.c b/memory.c index 8e99b8a..221b725 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.1.4