From 9472dcecc74b95a5164a57ecb689abf9dab7c5c4 Mon Sep 17 00:00:00 2001 From: Marek Polacek Date: Thu, 27 Sep 2012 11:06:38 +0000 Subject: [PATCH] Fix a typo in gcov.texi. From-SVN: r191804 --- gcc/ChangeLog | 4 ++++ gcc/doc/gcov.texi | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 747039adfcef..b24a62cc9b38 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2012-09-27 Marek Polacek + + * doc/gcov.texi (Gcov Data Files): Fix a typo. + 2012-09-27 Jakub Jelinek PR target/54703 diff --git a/gcc/doc/gcov.texi b/gcc/doc/gcov.texi index 307137a7864e..0b861f147bd3 100644 --- a/gcc/doc/gcov.texi +++ b/gcc/doc/gcov.texi @@ -555,7 +555,7 @@ file suffix with either @file{.gcno}, or @file{.gcda}. The files contain coverage and profile data stored in a platform-independent format. The @file{.gcno} files are placed in the same directory as the object file. By default, the @file{.gcda} files are also stored in the same -directory as the object file, but the GCC @option{-profile-dir} option +directory as the object file, but the GCC @option{-fprofile-dir} option may be used to store the @file{.gcda} files in a separate directory. The @file{.gcno} notes file is generated when the source file is compiled -- 2.47.2