diff options
author | Andrew Klychkov <andrew.a.klychkov@gmail.com> | 2020-12-02 10:54:38 +0300 |
---|---|---|
committer | Jonathan Corbet <corbet@lwn.net> | 2020-12-04 01:55:04 +0300 |
commit | e0a45cda66423e56d15b219e4da4f4d530cf9236 (patch) | |
tree | 2fdd75d5547210dc1be4a28c973a08357dde459a /Documentation/doc-guide | |
parent | c900acb7dfe1ae1f5ceca75cc1317f4cda0d3276 (diff) | |
download | linux-e0a45cda66423e56d15b219e4da4f4d530cf9236.tar.xz |
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>
Diffstat (limited to 'Documentation/doc-guide')
-rw-r--r-- | Documentation/doc-guide/sphinx.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/doc-guide/sphinx.rst b/Documentation/doc-guide/sphinx.rst index 896478baf570..2fb2ff297d69 100644 --- a/Documentation/doc-guide/sphinx.rst +++ b/Documentation/doc-guide/sphinx.rst @@ -375,7 +375,7 @@ image format use SVG (:ref:`svg_image_example`):: SVG image example -The kernel figure (and image) directive support **DOT** formated files, see +The kernel figure (and image) directive support **DOT** formatted files, see * DOT: http://graphviz.org/pdf/dotguide.pdf * Graphviz: http://www.graphviz.org/content/dot-language |