mirror of
https://github.com/izzy2lost/xemu.git
synced 2026-07-06 00:20:22 -07:00
numa: fix comment
Fix up English in comments: s/the each/each/ Signed-off-by: Michael S. Tsirkin <mst@redhat.com> Reviewed-by: Igor Mammedov <imammedo@redhat.com>
This commit is contained in:
@@ -172,7 +172,7 @@ void set_numa_nodes(void)
|
||||
if (i == nb_numa_nodes) {
|
||||
uint64_t usedmem = 0;
|
||||
|
||||
/* On Linux, the each node's border has to be 8MB aligned,
|
||||
/* On Linux, each node's border has to be 8MB aligned,
|
||||
* the final node gets the rest.
|
||||
*/
|
||||
for (i = 0; i < nb_numa_nodes - 1; i++) {
|
||||
|
||||
Reference in New Issue
Block a user