diff options
author | David Malcolm <dmalcolm@redhat.com> | 2018-08-03 15:49:12 +0000 |
---|---|---|
committer | David Malcolm <dmalcolm@gcc.gnu.org> | 2018-08-03 15:49:12 +0000 |
commit | c64f2af342ddc4016eec05a77e5ed88ee4dd70f1 (patch) | |
tree | 109dcf1769fd63447102ee883a6d0cfa2845207c /gcc/doc/gcov.texi | |
parent | e5e7e50d4f75749e3ad3af44d364ccfcb81ced9e (diff) | |
download | gcc-c64f2af342ddc4016eec05a77e5ed88ee4dd70f1.zip gcc-c64f2af342ddc4016eec05a77e5ed88ee4dd70f1.tar.gz gcc-c64f2af342ddc4016eec05a77e5ed88ee4dd70f1.tar.bz2 |
docs: fix stray duplicated words
gcc/ChangeLog:
* doc/gcov.texi (-x): Remove duplicate "to".
* doc/invoke.texi (-Wnoexcept-type): Remove duplicate "calls".
(-Wif-not-aligned): Remove duplicate "is".
(-flto): Remove duplicate "the".
(MicroBlaze Options): In examples of "-mcpu=cpu-type", remove
duplicate "v5.00.b".
(MSP430 Options): Remove duplicate "and" from the description
of "-mgprel-sec=regexp".
(x86 Options): Remove duplicate copies of "vmldLog102" and
vmlsLog104 from description of "-mveclibabi=type".
From-SVN: r263295
Diffstat (limited to 'gcc/doc/gcov.texi')
-rw-r--r-- | gcc/doc/gcov.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/doc/gcov.texi b/gcc/doc/gcov.texi index dfa86f1..f33dc8f 100644 --- a/gcc/doc/gcov.texi +++ b/gcc/doc/gcov.texi @@ -340,7 +340,7 @@ Print verbose informations related to basic blocks and arcs. @item -x @itemx --hash-filenames -By default, gcov uses the full pathname of the source files to to create +By default, gcov uses the full pathname of the source files to create an output filename. This can lead to long filenames that can overflow filesystem limits. This option creates names of the form @file{@var{source-file}##@var{md5}.gcov}, |