diff options
| author | Sakurai Shun <ssh1326@icloud.com> | 2026-05-17 19:36:35 +0900 |
|---|---|---|
| committer | Andrew Morton <akpm@linux-foundation.org> | 2026-05-28 21:31:09 -0700 |
| commit | 8587602260ba3ef42950edc80ac1d7f5cc93452a (patch) | |
| tree | 94f49d0dbe5436aec79961c191b8c6b96e36f8d6 /Documentation | |
| parent | 69b5ee360d3eabe119fbb019603da922e32b71aa (diff) | |
| download | linux-next-history-8587602260ba3ef42950edc80ac1d7f5cc93452a.tar.gz | |
docs/mm: fix typo in process_addrs.rst
Replace "presense" with "presence"
Link: https://lore.kernel.org/20260517103640.45444-1-ssh1326@icloud.com
Signed-off-by: Sakurai Shun <ssh1326@icloud.com>
Reviewed-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Diffstat (limited to 'Documentation')
| -rw-r--r-- | Documentation/mm/process_addrs.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/mm/process_addrs.rst b/Documentation/mm/process_addrs.rst index 851680ead45fa..042d64d72421b 100644 --- a/Documentation/mm/process_addrs.rst +++ b/Documentation/mm/process_addrs.rst @@ -775,7 +775,7 @@ lock, releasing or downgrading the mmap write lock also releases the VMA write lock so there is no :c:func:`!vma_end_write` function. Note that when write-locking a VMA lock, the :c:member:`!vma.vm_refcnt` is temporarily -modified so that readers can detect the presense of a writer. The reference counter is +modified so that readers can detect the presence of a writer. The reference counter is restored once the vma sequence number used for serialisation is updated. This ensures the semantics we require - VMA write locks provide exclusive write |
