From d02d7104e17045297a6f8a5a0fdae67ad8c34510 Mon Sep 17 00:00:00 2001 From: Joseph Myers Date: Wed, 2 Feb 2005 01:39:32 +0000 Subject: [PATCH] re PR other/15514 (a typo in docs) PR other/15514 * doc/gcov.texi: Fix typo. From-SVN: r94580 --- gcc/ChangeLog | 5 +++++ gcc/doc/gcov.texi | 6 +++--- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 6390a0b301e..28f4351c031 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2005-02-02 Joseph S. Myers + + PR other/15514 + * doc/gcov.texi: Fix typo. + 2005-02-01 Richard Henderson