docs: dev-tools: gcov: Remove a stray single-quote
authorJonathan Neuschäfer <j.neuschaefer@gmx.net>
Sat, 29 Feb 2020 17:35:14 +0000 (18:35 +0100)
committerJonathan Corbet <corbet@lwn.net>
Mon, 2 Mar 2020 19:51:02 +0000 (12:51 -0700)
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>
Documentation/dev-tools/gcov.rst

index 46aae52..7bd0135 100644 (file)
@@ -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.