Skip to content

Commit

Permalink
docs: Fix typo in Documentation/x86/x86_64/5level-paging.rst
Browse files Browse the repository at this point in the history
fix two typos in the documentation
(Documentation/x86/x86_64/5level-paging.rst), changing 'paing' for 'paging'
and using the right verbal form for plural on 'some vendors offer'.

Signed-off-by: Carlos Bilbao <bilbao@vt.edu>
Link: https://lore.kernel.org/r/2599991.mvXUDI8C0e@iron-maiden
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
  • Loading branch information
bilbao@vt.edu authored and Jonathan Corbet committed Apr 27, 2021
1 parent 80342d4 commit 6a79162
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Documentation/x86/x86_64/5level-paging.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@

Overview
========
Original x86-64 was limited by 4-level paing to 256 TiB of virtual address
Original x86-64 was limited by 4-level paging to 256 TiB of virtual address
space and 64 TiB of physical address space. We are already bumping into
this limit: some vendors offers servers with 64 TiB of memory today.
this limit: some vendors offer servers with 64 TiB of memory today.

To overcome the limitation upcoming hardware will introduce support for
5-level paging. It is a straight-forward extension of the current page
Expand Down

0 comments on commit 6a79162

Please sign in to comment.