Skip to content

Commit 94ebdd2

Browse files
Colin Ian KingJonathan Corbet
authored andcommitted
docs/vm: trivial fixes to several spelling mistakes
Fix several spelling mistakes in vm documentation. Signed-off-by: Colin Ian King <colin.king@canonical.com> Link: https://lore.kernel.org/r/20201022142653.254429-1-colin.king@canonical.com Signed-off-by: Jonathan Corbet <corbet@lwn.net>
1 parent 030f066 commit 94ebdd2

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

Documentation/vm/mmu_notifier.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ they are write protected for COW (other case of B apply too).
8989

9090
So here because at time N+2 the clear page table entry was not pair with a
9191
notification to invalidate the secondary TLB, the device see the new value for
92-
addrB before seing the new value for addrA. This break total memory ordering
92+
addrB before seeing the new value for addrA. This break total memory ordering
9393
for the device.
9494

9595
When changing a pte to write protect or to point to a new write protected page

Documentation/vm/page_migration.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ Steps:
9999
2. Ensure that writeback is complete.
100100

101101
3. Lock the new page that we want to move to. It is locked so that accesses to
102-
this (not yet uptodate) page immediately block while the move is in progress.
102+
this (not yet up-to-date) page immediately block while the move is in progress.
103103

104104
4. All the page table references to the page are converted to migration
105105
entries. This decreases the mapcount of a page. If the resulting

Documentation/vm/page_owner.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Although we already have tracepoint for tracing page allocation/free,
1818
using it for analyzing who allocate each page is rather complex. We need
1919
to enlarge the trace buffer for preventing overlapping until userspace
2020
program launched. And, launched program continually dump out the trace
21-
buffer for later analysis and it would change system behviour with more
21+
buffer for later analysis and it would change system behaviour with more
2222
possibility rather than just keeping it in memory, so bad for debugging.
2323

2424
page owner can also be used for various purposes. For example, accurate

Documentation/vm/slub.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -378,7 +378,7 @@ c) Execute ``slabinfo-gnuplot.sh`` in '-t' mode, passing all of the
378378
can go unnoticed. To deal with that, ``slabinfo-gnuplot.sh`` has two
379379
options to 'zoom-in'/'zoom-out':
380380

381-
a) ``-s %d,%d`` -- overwrites the default image width and heigh
381+
a) ``-s %d,%d`` -- overwrites the default image width and height
382382
b) ``-r %d,%d`` -- specifies a range of samples to use (for example,
383383
in ``slabinfo -X >> FOO_STATS; sleep 1;`` case, using a ``-r
384384
40,60`` range will plot only samples collected between 40th and

0 commit comments

Comments
 (0)