From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:56680) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WzJrW-0001hH-OH for qemu-devel@nongnu.org; Tue, 24 Jun 2014 02:05:51 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WzJrS-0007Mk-55 for qemu-devel@nongnu.org; Tue, 24 Jun 2014 02:05:46 -0400 Received: from mx1.redhat.com ([209.132.183.28]:28680) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WzJrR-0007Ma-TS for qemu-devel@nongnu.org; Tue, 24 Jun 2014 02:05:42 -0400 Date: Tue, 24 Jun 2014 08:05:34 +0200 From: Igor Mammedov Message-ID: <20140624080534.29b7a837@nial.usersys.redhat.com> In-Reply-To: <1403589076-25812-1-git-send-email-mst@redhat.com> References: <1403589076-25812-1-git-send-email-mst@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH] numa: fix comment List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: "Michael S. Tsirkin" Cc: Hu Tao , Paolo Bonzini , qemu-devel@nongnu.org, Wanlong Gao , Eduardo Habkost On Tue, 24 Jun 2014 08:51:23 +0300 "Michael S. Tsirkin" wrote: > s/if given for/is given for/; > > Reported-by: Hu Tao > Signed-off-by: Michael S. Tsirkin > --- > numa.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/numa.c b/numa.c > index 47049a5..6c2eae7 100644 > --- a/numa.c > +++ b/numa.c > @@ -161,7 +161,7 @@ void set_numa_nodes(void) > nb_numa_nodes = MAX_NODES; > } > > - /* If no memory size if given for any node, assume the default case > + /* If no memory size is given for any node, assume the default case > * and distribute the available memory equally across all nodes > */ > for (i = 0; i < nb_numa_nodes; i++) { Reviewed-by: Igor Mammedov