aboutsummaryrefslogtreecommitdiffstats
path: root/docs/linux
diff options
context:
space:
mode:
authorDmitry Vyukov <dvyukov@google.com>2020-09-15 15:32:16 +0200
committerDmitry Vyukov <dvyukov@google.com>2020-09-15 15:50:24 +0200
commit298a69c38dd5c8a9bbd7a022e88f4ddbcf885e16 (patch)
tree57f32f6eb84c03a37f774170ac95956fce24aeef /docs/linux
parent0f06037d765d2f57652bdaa52f68b9121e16c36f (diff)
docs/linux: fix whitespaces in coverage doc
Diffstat (limited to 'docs/linux')
-rw-r--r--docs/linux/coverage.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/linux/coverage.md b/docs/linux/coverage.md
index 0f0b54db2..1534fa6b3 100644
--- a/docs/linux/coverage.md
+++ b/docs/linux/coverage.md
@@ -19,7 +19,7 @@ The target-triple prefix is determined based on the `target` config option.
### readelf
-`readelf` is used to detect virtual memory offset.
+`readelf` is used to detect virtual memory offset.
```
readelf -SW kernel_image
@@ -55,7 +55,7 @@ Executor truncates PC values into `uint32` before sending them to `syz-manager`
## Reporting coverage data
-`MakeReportGenerator` factory creates an object database for the report. It requires target data, as well as information on the location of the source files and build directory. The first step in building this database is
+`MakeReportGenerator` factory creates an object database for the report. It requires target data, as well as information on the location of the source files and build directory. The first step in building this database is
extracting the function data from the target binary.
### nm