mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-07 17:53:56 -06:00
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>
This commit is contained in:
parent
29923e94e7
commit
9851d0fe35
1 changed files with 1 additions and 1 deletions
2
numa.c
2
numa.c
|
@ -161,7 +161,7 @@ void set_numa_nodes(void)
|
||||||
nb_numa_nodes = MAX_NODES;
|
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
|
* and distribute the available memory equally across all nodes
|
||||||
*/
|
*/
|
||||||
for (i = 0; i < nb_numa_nodes; i++) {
|
for (i = 0; i < nb_numa_nodes; i++) {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue