diff options
author | Scott Branden | 2020-02-19 14:14:03 -0800 |
---|---|---|
committer | Will Deacon | 2020-02-20 10:03:14 +0000 |
commit | ce4a64e1f656138e2a1481049ea554720f86b43a (patch) | |
tree | e3a24b73ceb1d0f9d2539c419508b04e46523696 /Documentation/arm64 | |
parent | d0022c0ef29b78bcbe8a5c5894bd2307143afce1 (diff) |
docs: arm64: fix trivial spelling enought to enough in memory.rst
Fix trivial spelling error enought to enough in memory.rst.
Cc: trivial@kernel.org
Signed-off-by: Scott Branden <scott.branden@broadcom.com>
Signed-off-by: Will Deacon <will@kernel.org>
Diffstat (limited to 'Documentation/arm64')
-rw-r--r-- | Documentation/arm64/memory.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/arm64/memory.rst b/Documentation/arm64/memory.rst index 02e02175e6f5..cf03b3290800 100644 --- a/Documentation/arm64/memory.rst +++ b/Documentation/arm64/memory.rst @@ -129,7 +129,7 @@ this logic. As a single binary will need to support both 48-bit and 52-bit VA spaces, the VMEMMAP must be sized large enough for 52-bit VAs and -also must be sized large enought to accommodate a fixed PAGE_OFFSET. +also must be sized large enough to accommodate a fixed PAGE_OFFSET. Most code in the kernel should not need to consider the VA_BITS, for code that does need to know the VA size the variables are |