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>
This commit is contained in:
Jonathan Neuschäfer 2020-02-29 18:35:14 +01:00 committed by Jonathan Corbet
parent ef45e78fdc
commit 0a464ea4dc

View File

@ -203,7 +203,7 @@ Cause
may not correctly copy files from sysfs. may not correctly copy files from sysfs.
Solution 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. Alternatively use the mechanism shown in Appendix B.