diff options
author | Kees Cook <keescook@chromium.org> | 2016-04-27 02:41:21 +0300 |
---|---|---|
committer | Jonathan Corbet <corbet@lwn.net> | 2016-04-28 16:51:59 +0300 |
commit | 08559657b21522d642331f9dc455a3917d85ab00 (patch) | |
tree | 0cdc3e0f9159ccf9e17b88596428eba3df66c026 /Documentation/vm | |
parent | 934275c4805ce0bbb0df633bd6015dd455ff6cad (diff) | |
download | linux-08559657b21522d642331f9dc455a3917d85ab00.tar.xz |
Documentation: fix common spelling mistakes
This fixes several spelling mistakes in the Documentation/ tree, which
are caught by checkpatch.pl's spell checking.
Signed-off-by: Kees Cook <keescook@chromium.org>
Reviewed-by: Paul E. McKenney <paulmck@linux.vnet.ibm.com>
Acked-by: Randy Dunlap <rdunlap@infradead.org>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Diffstat (limited to 'Documentation/vm')
-rw-r--r-- | Documentation/vm/hugetlbpage.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/vm/hugetlbpage.txt b/Documentation/vm/hugetlbpage.txt index 54dd9b9c6c31..b7a3f6d6cfc1 100644 --- a/Documentation/vm/hugetlbpage.txt +++ b/Documentation/vm/hugetlbpage.txt @@ -220,7 +220,7 @@ resulting effect on persistent huge page allocation is as follows: node list of "all" with numactl --interleave or --membind [-m] to achieve interleaving over all nodes in the system or cpuset. -4) Any task mempolicy specifed--e.g., using numactl--will be constrained by +4) Any task mempolicy specified--e.g., using numactl--will be constrained by the resource limits of any cpuset in which the task runs. Thus, there will be no way for a task with non-default policy running in a cpuset with a subset of the system nodes to allocate huge pages outside the cpuset |