projects
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
29923e9
)
numa: fix comment
author
Michael S. Tsirkin
<mst@redhat.com>
Tue, 24 Jun 2014 05:50:30 +0000
(08:50 +0300)
committer
Michael S. Tsirkin
<mst@redhat.com>
Sun, 29 Jun 2014 15:59:06 +0000
(18:59 +0300)
s/if given for/is given for/;
Reported-by: Hu Tao <hutao@cn.fujitsu.com>
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
numa.c
patch
|
blob
|
history
diff --git
a/numa.c
b/numa.c
index 47049a568d35ae51431c55917d6a932f7b7917f3..6c2eae7ef3a3be4bfacd4e5604176cd11e84d8f0 100644
(file)
--- a/
numa.c
+++ b/
numa.c
@@
-161,7
+161,7
@@
void set_numa_nodes(void)
nb_numa_nodes = MAX_NODES;
}
- /* If no memory size i
f
given for any node, assume the default case
+ /* If no memory size i
s
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++) {