diff options
| author | Michael S. Tsirkin | 2014-06-24 06:43:37 +0200 |
|---|---|---|
| committer | Michael S. Tsirkin | 2014-06-29 17:59:06 +0200 |
| commit | d75e2f68890bfea22cb2ea5b2de4657cab87a1da (patch) | |
| tree | fa4111f01d52c978b5dd4c052307170962fd0be9 | |
| parent | Merge remote-tracking branch 'remotes/xtensa/tags/20140629-xtensa' into staging (diff) | |
| download | qemu-d75e2f68890bfea22cb2ea5b2de4657cab87a1da.tar.gz qemu-d75e2f68890bfea22cb2ea5b2de4657cab87a1da.tar.xz qemu-d75e2f68890bfea22cb2ea5b2de4657cab87a1da.zip | |
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>
| -rw-r--r-- | numa.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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++) { |
