diff options
author | Andrew Klychkov <andrew.a.klychkov@gmail.com> | 2020-12-02 08:49:38 +0100 |
---|---|---|
committer | Jonathan Corbet <corbet@lwn.net> | 2020-12-03 23:54:17 +0100 |
commit | c900acb7dfe1ae1f5ceca75cc1317f4cda0d3276 (patch) | |
tree | e23af5079a5ab42185a1ab9fd19d4d105b8a95fc /Documentation/process | |
parent | Documentation: mount_api: change kernel log wording (diff) | |
download | linux-c900acb7dfe1ae1f5ceca75cc1317f4cda0d3276.tar.xz linux-c900acb7dfe1ae1f5ceca75cc1317f4cda0d3276.zip |
Documentation: fix typos in process/kernel-docs.rst
Fix two typos in kernel-docs.rst
Signed-off-by: Andrew Klychkov <andrew.a.klychkov@gmail.com>
Acked-by: Randy Dunlap <rdunlap@infradead.org>
Link: https://lore.kernel.org/r/20201202074938.GA35075@spblnx124.lan
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Diffstat (limited to 'Documentation/process')
-rw-r--r-- | Documentation/process/kernel-docs.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Documentation/process/kernel-docs.rst b/Documentation/process/kernel-docs.rst index 64786e50026c..22d9ace5df2a 100644 --- a/Documentation/process/kernel-docs.rst +++ b/Documentation/process/kernel-docs.rst @@ -90,7 +90,7 @@ On-line docs :Date: 2008 :Keywords: patches, review process, types of submissions, basic rules, case studies :Description: This paper gives several experience values on what types of patches - there are and how likley they get merged. + there are and how likely they get merged. :Abstract: [...]. This paper examines some common problems for submitting larger changes and some strategies to avoid problems. @@ -328,7 +328,7 @@ On-line docs block devices, hardware interrupts, scsi, DMA, access to user memory, memory allocation, timers. :Description: A guide designed to help you get up to speed on the - concepts that are not intuitevly obvious, and to document the internal + concepts that are not intuitively obvious, and to document the internal structures of Linux. * Title: **Dynamic Kernels: Modularized Device Drivers** |