From: Jonathan Neuschäfer Date: Sat, 29 Feb 2020 17:35:14 +0000 (+0100) Subject: docs: dev-tools: gcov: Remove a stray single-quote X-Git-Tag: v5.10.7~2815^2~51 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=0a464ea4dc1248e8e640ae0f7eee90b99732eaf0;p=platform%2Fkernel%2Flinux-rpi.git docs: dev-tools: gcov: Remove a stray single-quote Signed-off-by: Jonathan Neuschäfer Link: https://lore.kernel.org/r/20200229173515.13868-1-j.neuschaefer@gmx.net Signed-off-by: Jonathan Corbet --- diff --git a/Documentation/dev-tools/gcov.rst b/Documentation/dev-tools/gcov.rst index 46aae52..7bd0135 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.