diff options
author | Joseph Myers <joseph@codesourcery.com> | 2005-02-02 01:39:32 +0000 |
---|---|---|
committer | Joseph Myers <jsm28@gcc.gnu.org> | 2005-02-02 01:39:32 +0000 |
commit | d02d7104e17045297a6f8a5a0fdae67ad8c34510 (patch) | |
tree | 586a107edf16d89febd9b4a7a834b495d11570b3 /gcc | |
parent | 11c9e16113bddadab226df6eaaa4b90e1140beb0 (diff) | |
download | gcc-d02d7104e17045297a6f8a5a0fdae67ad8c34510.zip gcc-d02d7104e17045297a6f8a5a0fdae67ad8c34510.tar.gz gcc-d02d7104e17045297a6f8a5a0fdae67ad8c34510.tar.bz2 |
re PR other/15514 (a typo in docs)
PR other/15514
* doc/gcov.texi: Fix typo.
From-SVN: r94580
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/ChangeLog | 5 | ||||
-rw-r--r-- | gcc/doc/gcov.texi | 6 |
2 files changed, 8 insertions, 3 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 6390a0b..28f4351 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2005-02-02 Joseph S. Myers <joseph@codesourcery.com> + + PR other/15514 + * doc/gcov.texi: Fix typo. + 2005-02-01 Richard Henderson <rth@redhat.com PR target/19680 diff --git a/gcc/doc/gcov.texi b/gcc/doc/gcov.texi index 351c65d..3278a4b 100644 --- a/gcc/doc/gcov.texi +++ b/gcc/doc/gcov.texi @@ -1,11 +1,11 @@ @c Copyright (C) 1996, 1997, 1999, 2000, 2001, -@c 2002, 2003, 2004 Free Software Foundation, Inc. +@c 2002, 2003, 2004, 2005 Free Software Foundation, Inc. @c This is part of the GCC manual. @c For copying conditions, see the file gcc.texi. @ignore @c man begin COPYRIGHT -Copyright @copyright{} 1996, 1997, 1999, 2000, 2001, 2002, 2003 +Copyright @copyright{} 1996, 1997, 1999, 2000, 2001, 2002, 2003, 2004, 2005 Free Software Foundation, Inc. Permission is granted to copy, distribute and/or modify this document @@ -177,7 +177,7 @@ header file @file{x.h} contains code, and was included in the file @file{a.c}, then running @command{gcov} on the file @file{a.c} will produce an output file called @file{a.c##x.h.gcov} instead of @file{x.h.gcov}. This can be useful if @file{x.h} is included in multiple source -files. If you uses the @samp{-p} option, both the including and +files. If you use the @samp{-p} option, both the including and included file names will be complete path names. @item -p |