* doc/gcov.texi (Invoking Gcov): Editorial changes.
authorGerald Pfeifer <gerald@pfeifer.com>
Sun, 22 Jul 2018 08:39:57 +0000 (08:39 +0000)
committerGerald Pfeifer <gerald@gcc.gnu.org>
Sun, 22 Jul 2018 08:39:57 +0000 (08:39 +0000)
From-SVN: r262922

gcc/ChangeLog
gcc/doc/gcov.texi

index 00c48d1bdaa74f318685a194a965987b50e411a3..7be6b8d6c1ddb6a13854147964d5d78e1562c502 100644 (file)
@@ -1,3 +1,7 @@
+2018-07-22  Gerald Pfeifer  <gerald@pfeifer.com>
+
+       * doc/gcov.texi (Invoking Gcov): Editorial changes.
+
 2018-07-20  David Malcolm  <dmalcolm@redhat.com>
 
        * pretty-print.c (text_info::set_location): Remove redundant
index 1cdca118b45fa055082db9a148104a6c3ab6abd7..dfa86f1502fad37ee8ed2a1320edce4c67052793 100644 (file)
@@ -378,12 +378,12 @@ 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
 non-exceptional paths or only exceptional paths such as C++ exception
-handlers, respectively. Given @samp{-a} option, unexecuted blocks are
+handlers, respectively. Given the @samp{-a} option, unexecuted blocks are
 marked @samp{$$$$$} or @samp{%%%%%}, depending on whether a basic block
 is reachable via non-exceptional or exceptional paths.
 Executed basic blocks having a statement with zero @var{execution_count}
-end with @samp{*} character and are colored with magenta color with @option{-k}
-option.  The functionality is not supported in Ada.
+end with @samp{*} character and are colored with magenta color with
+the @option{-k} option.  This functionality is not supported in Ada.
 
 Note that GCC can completely remove the bodies of functions that are
 not needed -- for instance if they are inlined everywhere.  Such functions