Skip to content

Commit e0a45cd

Browse files
Andersson007Jonathan Corbet
authored andcommitted
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>
1 parent c900acb commit e0a45cd

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

Documentation/dev-tools/kcov.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -243,7 +243,7 @@ handles as they don't belong to a particular subsystem. The bytes 4-7 are
243243
currently reserved and must be zero. In the future the number of bytes
244244
used for the subsystem or handle ids might be increased.
245245

246-
When a particular userspace proccess collects coverage via a common
246+
When a particular userspace process collects coverage via a common
247247
handle, kcov will collect coverage for each code section that is annotated
248248
to use the common handle obtained as kcov_handle from the current
249249
task_struct. However non common handles allow to collect coverage

Documentation/doc-guide/sphinx.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -375,7 +375,7 @@ image format use SVG (:ref:`svg_image_example`)::
375375

376376
SVG image example
377377

378-
The kernel figure (and image) directive support **DOT** formated files, see
378+
The kernel figure (and image) directive support **DOT** formatted files, see
379379

380380
* DOT: http://graphviz.org/pdf/dotguide.pdf
381381
* Graphviz: http://www.graphviz.org/content/dot-language

Documentation/process/clang-format.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ it can be very useful.
9797

9898
There are integrations for many popular text editors. For some of them,
9999
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:
101101

102102
https://clang.llvm.org/docs/ClangFormat.html
103103

Documentation/process/embargoed-hardware-issues.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ The disclosing party should provide a list of contacts for all other
152152
entities who have already been, or should be, informed about the issue.
153153
This serves several purposes:
154154

155-
- The list of disclosed entities allows communication accross the
155+
- The list of disclosed entities allows communication across the
156156
industry, e.g. other OS vendors, HW vendors, etc.
157157

158158
- The disclosed entities can be contacted to name experts who should

0 commit comments

Comments
 (0)