summaryrefslogtreecommitdiffstats
path: root/numa.c
diff options
context:
space:
mode:
authorMichael S. Tsirkin <mst@redhat.com>2014-06-24 08:50:30 +0300
committerMichael S. Tsirkin <mst@redhat.com>2014-06-29 18:59:06 +0300
commit9851d0fe3592f1b493aa9eb0166fdd4ed9f47430 (patch)
treee4e1cdb472ad57990ac338f403b47dbd0908f0e1 /numa.c
parent29923e94e7ed93bac3fcc5e8a31b2f163a412172 (diff)
downloadhqemu-9851d0fe3592f1b493aa9eb0166fdd4ed9f47430.zip
hqemu-9851d0fe3592f1b493aa9eb0166fdd4ed9f47430.tar.gz
numa: fix comment
s/if given for/is given for/; Reported-by: Hu Tao <hutao@cn.fujitsu.com> Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
Diffstat (limited to 'numa.c')
-rw-r--r--numa.c2
1 files changed, 1 insertions, 1 deletions
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++) {
OpenPOWER on IntegriCloud