diff mbox series

[OBVIOUS] Fix GCOV documentation (PR gcov-profile/84137).

Message ID 84406d8b-a32e-73d3-6430-3d690f323e58@suse.cz
State New
Headers show
Series [OBVIOUS] Fix GCOV documentation (PR gcov-profile/84137). | expand

Commit Message

Martin Liška Feb. 5, 2018, 9:58 a.m. UTC
Hello.

Very simple patch fixes documentation. I'm going to install it to all
active branches.

Martin

gcc/ChangeLog:

2018-02-05  Martin Liska  <mliska@suse.cz>

	PR gcov-profile/84137
	* doc/gcov.texi: Fix typo in documentation.
---
 gcc/doc/gcov.texi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/gcc/doc/gcov.texi b/gcc/doc/gcov.texi
index b55ee852ef9..5af04d6397e 100644
--- a/gcc/doc/gcov.texi
+++ b/gcc/doc/gcov.texi
@@ -369,7 +369,7 @@  program source code.  The format is
 Additional block information may succeed each line, when requested by
 command line option.  The @var{execution_count} is @samp{-} for lines
 containing no code.  Unexecuted lines are marked @samp{#####} or
-@samp{====}, depending on whether they are reachable by
+@samp{=====}, depending on whether they are reachable by
 non-exceptional paths or only exceptional paths such as C++ exception
 handlers, respectively. Given @samp{-a} option, unexecuted blocks are
 marked @samp{$$$$$} or @samp{%%%%%}, depending on whether a basic block