From: Michael S. Tsirkin Date: Tue, 24 Jun 2014 04:43:37 +0000 (+0300) Subject: numa: fix comment X-Git-Tag: qemu-xen-4.6.0-rc1~342^2~36 X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=d75e2f68890bfea22cb2ea5b2de4657cab87a1da;p=qemu-upstream-4.6-testing.git numa: fix comment Fix up English in comments: s/the each/each/ Signed-off-by: Michael S. Tsirkin Reviewed-by: Igor Mammedov --- diff --git a/numa.c b/numa.c index e471afe04..47049a568 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++) {