aboutsummaryrefslogtreecommitdiff
path: root/numa.c
diff options
context:
space:
mode:
authorMichael S. Tsirkin <mst@redhat.com>2014-06-24 07:43:37 +0300
committerMichael S. Tsirkin <mst@redhat.com>2014-06-29 18:59:06 +0300
commitd75e2f68890bfea22cb2ea5b2de4657cab87a1da (patch)
treefa4111f01d52c978b5dd4c052307170962fd0be9 /numa.c
parent4daebe014effba37246b81d25acca5fa2df82f01 (diff)
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>
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 e471afe04a..47049a568d 100644
--- 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++) {