Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

Documentation: fix typos found in process, dev-tools, and doc-guide subdirectories

Fix four typos in kcov.rst, sphinx.rst, clang-format.rst, and embargoed-hardware-issues.rst

Signed-off-by: Andrew Klychkov <andrew.a.klychkov@gmail.com>
Acked-by: Randy Dunlap <rdunlap@infradead.org>
Acked-by: Miguel Ojeda <ojeda@kernel.org>
Link: https://lore.kernel.org/r/20201202075438.GA35516@spblnx124.lan
Signed-off-by: Jonathan Corbet <corbet@lwn.net>

authored by

Andrew Klychkov and committed by
Jonathan Corbet
e0a45cda c900acb7

+4 -4
+1 -1
Documentation/dev-tools/kcov.rst
··· 243 243 currently reserved and must be zero. In the future the number of bytes 244 244 used for the subsystem or handle ids might be increased. 245 245 246 - When a particular userspace proccess collects coverage via a common 246 + When a particular userspace process collects coverage via a common 247 247 handle, kcov will collect coverage for each code section that is annotated 248 248 to use the common handle obtained as kcov_handle from the current 249 249 task_struct. However non common handles allow to collect coverage
+1 -1
Documentation/doc-guide/sphinx.rst
··· 375 375 376 376 SVG image example 377 377 378 - The kernel figure (and image) directive support **DOT** formated files, see 378 + The kernel figure (and image) directive support **DOT** formatted files, see 379 379 380 380 * DOT: http://graphviz.org/pdf/dotguide.pdf 381 381 * Graphviz: http://www.graphviz.org/content/dot-language
+1 -1
Documentation/process/clang-format.rst
··· 97 97 98 98 There are integrations for many popular text editors. For some of them, 99 99 like vim, emacs, BBEdit and Visual Studio you can find support built-in. 100 - For instructions, read the appropiate section at: 100 + For instructions, read the appropriate section at: 101 101 102 102 https://clang.llvm.org/docs/ClangFormat.html 103 103
+1 -1
Documentation/process/embargoed-hardware-issues.rst
··· 152 152 entities who have already been, or should be, informed about the issue. 153 153 This serves several purposes: 154 154 155 - - The list of disclosed entities allows communication accross the 155 + - The list of disclosed entities allows communication across the 156 156 industry, e.g. other OS vendors, HW vendors, etc. 157 157 158 158 - The disclosed entities can be contacted to name experts who should