]> git.proxmox.com Git - mirror_qemu.git/commitdiff
numa: fix comment
authorMichael S. Tsirkin <mst@redhat.com>
Tue, 24 Jun 2014 04:43:37 +0000 (07:43 +0300)
committerMichael S. Tsirkin <mst@redhat.com>
Sun, 29 Jun 2014 15:59:06 +0000 (18:59 +0300)
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>
numa.c

diff --git a/numa.c b/numa.c
index e471afe04acb25f4073569a55ce76b9e24592aa5..47049a568d35ae51431c55917d6a932f7b7917f3 100644 (file)
--- a/numa.c
+++ b/numa.c
@@ -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++) {