diff options
author | Jonathan Neuschäfer <j.neuschaefer@gmx.net> | 2020-02-29 18:35:14 +0100 |
---|---|---|
committer | Jonathan Corbet <corbet@lwn.net> | 2020-03-02 12:51:02 -0700 |
commit | 0a464ea4dc1248e8e640ae0f7eee90b99732eaf0 (patch) | |
tree | 5c8eba8efef7cf90b1446bf97037e9e89b3828b6 /Documentation/dev-tools | |
parent | ef45e78fdc11ac1794940c2ff4a6bf3bc4c45372 (diff) | |
download | linux-0a464ea4dc1248e8e640ae0f7eee90b99732eaf0.tar.bz2 |
docs: dev-tools: gcov: Remove a stray single-quote
Signed-off-by: Jonathan Neuschäfer <j.neuschaefer@gmx.net>
Link: https://lore.kernel.org/r/20200229173515.13868-1-j.neuschaefer@gmx.net
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Diffstat (limited to 'Documentation/dev-tools')
-rw-r--r-- | Documentation/dev-tools/gcov.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/dev-tools/gcov.rst b/Documentation/dev-tools/gcov.rst index 46aae52a41d0..7bd013596217 100644 --- a/Documentation/dev-tools/gcov.rst +++ b/Documentation/dev-tools/gcov.rst @@ -203,7 +203,7 @@ Cause may not correctly copy files from sysfs. Solution - Use ``cat``' to read ``.gcda`` files and ``cp -d`` to copy links. + Use ``cat`` to read ``.gcda`` files and ``cp -d`` to copy links. Alternatively use the mechanism shown in Appendix B. |