diff options
author | Mike Stump <mrs@gcc.gnu.org> | 2013-07-21 17:00:56 +0000 |
---|---|---|
committer | Mike Stump <mrs@gcc.gnu.org> | 2013-07-21 17:00:56 +0000 |
commit | 54a41d1b6fc8b66690f38f74f7d6d51e5f3b2d12 (patch) | |
tree | 2213a98ba98201c0b81cfd3f0b5fb367d3e8eb3b /gcc/doc/gcov.texi | |
parent | d76e725e47182ad463137ec790f4453c2470fa08 (diff) | |
download | gcc-54a41d1b6fc8b66690f38f74f7d6d51e5f3b2d12.zip gcc-54a41d1b6fc8b66690f38f74f7d6d51e5f3b2d12.tar.gz gcc-54a41d1b6fc8b66690f38f74f7d6d51e5f3b2d12.tar.bz2 |
Fix.
From-SVN: r201104
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 2b67527..00c7d1d 100644 --- a/gcc/doc/gcov.texi +++ b/gcc/doc/gcov.texi @@ -259,7 +259,7 @@ file. All entries following a @var{file} pertain to that source file until the next @var{file} entry. @end smallexample -Here is a sample when @option{-i} is used in conjuction with @option{-b} option: +Here is a sample when @option{-i} is used in conjunction with @option{-b} option: @smallexample file:array.cc |