From: Michael S. Tsirkin Date: Tue, 24 Jun 2014 05:50:30 +0000 (+0300) Subject: numa: fix comment X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=9851d0fe3592f1b493aa9eb0166fdd4ed9f47430;p=qemu.git numa: fix comment s/if given for/is given for/; Reported-by: Hu Tao Signed-off-by: Michael S. Tsirkin --- diff --git a/numa.c b/numa.c index 47049a568d..6c2eae7ef3 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++) {