Skip to content

Commit

Permalink
numa: fix comment
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
mstsirkin committed Jun 29, 2014
1 parent 4daebe0 commit d75e2f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion numa.c
Expand Up @@ -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++) {
Expand Down

0 comments on commit d75e2f6

Please sign in to comment.